#C64B4E

Color #C64B4E Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C64B4E

Tints of Mandy #C64B4E

Color information

#C64B4E (or 0xC64B4E) is unknown color: approx Mandy. HEX triplet: C6, 4B and 4E. RGB value is (198,75,78). Sum of RGB (Red+Green+Blue) = 198+75+78=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B4E is #39B4B1. Grayscale: #707070. Windows color (decimal): -3781810 or 5131206. OLE color: 5131206.

HSL color Cylindrical-coordinate representation of color #C64B4E: hue angle of 358.54º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B4E is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1987578-
CMYK00.620.610.22
HSL358.54º51.9%53.53%-
HSV(B)358.54º62.12%77.65%-
XYZ27.1817.599.17-
YUV112.12108.75189.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=56.41%
G=21.37%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198757800.620.610.22358.5451.953.53
HexC64B4E03E3D161673436
Octal30611311607675265476466
Binary1100011010010111001110011111011110110110101100111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B4E; }

 p { color: rgb(198,75,78); }

 H1.HeaderClassName
 {
   color: #C64B4E;
 }
 .AnyTagClassName
 {
   color: #C64B4E;
 }
</style>
background-color css

<style>
 a { background-color: #C64B4E; }

 a { background-color: rgb(198,75,78); }

 div.DivClassName
 {
   background-color: #C64B4E;
 }
 .BgClassName
 {
   background-color: #C64B4E;
 }
</style>
border-color css

<style>
 span { border-color: #C64B4E; }

 span { border-color: rgb(198,75,78); }

 td.TdClassName
 {
   border-color: #C64B4E;
 }
 .TagClassName
 {
   border-color: #C64B4E;
 }
</style>