#CB5559

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

Shades of Mandy #CB5559

Tints of Mandy #CB5559

Color information

#CB5559 (or 0xCB5559) is unknown color: approx Mandy. HEX triplet: CB, 55 and 59. RGB value is (203,85,89). Sum of RGB (Red+Green+Blue) = 203+85+89=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5559 is #34AAA6. Grayscale: #787878. Windows color (decimal): -3451559 or 5854667. OLE color: 5854667.

HSL color Cylindrical-coordinate representation of color #CB5559: hue angle of 357.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5559 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB2038589-
CMYK00.580.560.20
HSL357.97º53.15%56.47%-
HSV(B)357.97º58.13%79.61%-
XYZ29.6819.9111.73-
YUV120.74110.09186.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=53.85%
G=22.55%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203858900.580.560.20357.9753.1556.47
HexCB555903A38141663538
Octal31312513107270245466570
Binary1100101110101011011001011101011100010100101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5559; }

 p { color: rgb(203,85,89); }

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

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

 a { background-color: rgb(203,85,89); }

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

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

 span { border-color: rgb(203,85,89); }

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