#C64855

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

Shades of Mandy #C64855

Tints of Mandy #C64855

Color information

#C64855 (or 0xC64855) is unknown color: approx Mandy. HEX triplet: C6, 48 and 55. RGB value is (198,72,85). Sum of RGB (Red+Green+Blue) = 198+72+85=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C64855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64855 is #39B7AA. Grayscale: #6F6F6F. Windows color (decimal): -3782571 or 5589190. OLE color: 5589190.

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

Color convert

RGB1987285-
CMYK00.640.570.22
HSL353.81º52.5%52.94%-
HSV(B)353.81º63.64%77.65%-
XYZ27.2517.310.5-
YUV111.16113.24189.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 85 (33.59% from 255) = 23.94%
R=55.77%
G=20.28%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198728500.640.570.22353.8152.552.94
HexC6485504039161623535
Octal306110125010071265426565
Binary11000110100100010101010100000011100110110101100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64855; }

 p { color: rgb(198,72,85); }

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

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

 a { background-color: rgb(198,72,85); }

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

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

 span { border-color: rgb(198,72,85); }

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