#C64558

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

Shades of Mandy #C64558

Tints of Mandy #C64558

Color information

#C64558 (or 0xC64558) is unknown color: approx Mandy. HEX triplet: C6, 45 and 58. RGB value is (198,69,88). Sum of RGB (Red+Green+Blue) = 198+69+88=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C64558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64558 is #39BAA7. Grayscale: #6D6D6D. Windows color (decimal): -3783336 or 5785030. OLE color: 5785030.

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

Color convert

RGB1986988-
CMYK00.650.560.22
HSL351.16º53.09%52.35%-
HSV(B)351.16º65.15%77.65%-
XYZ27.1816.9711.07-
YUV109.74115.74190.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=55.77%
G=19.44%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198698800.650.560.22351.1653.0952.35
HexC64558041381615f3534
Octal306105130010170265376564
Binary11000110100010110110000100000111100010110101011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64558; }

 p { color: rgb(198,69,88); }

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

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

 a { background-color: rgb(198,69,88); }

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

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

 span { border-color: rgb(198,69,88); }

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