#C85054

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

Shades of Mandy #C85054

Tints of Mandy #C85054

Color information

#C85054 (or 0xC85054) is unknown color: approx Mandy. HEX triplet: C8, 50 and 54. RGB value is (200,80,84). Sum of RGB (Red+Green+Blue) = 200+80+84=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C85054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85054 is #37AFAB. Grayscale: #747474. Windows color (decimal): -3649452 or 5525704. OLE color: 5525704.

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

Color convert

RGB2008084-
CMYK00.60.580.22
HSL358º52.17%54.9%-
HSV(B)358º60%78.43%-
XYZ28.2918.6610.5-
YUV116.34109.76187.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=54.95%
G=21.98%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200808400.60.580.2235852.1754.9
HexC8505403C3A161663437
Octal31012012407472265466467
Binary1100100010100001010100011110011101010110101100110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85054; }

 p { color: rgb(200,80,84); }

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

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

 a { background-color: rgb(200,80,84); }

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

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

 span { border-color: rgb(200,80,84); }

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