#CB5558

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

Shades of Mandy #CB5558

Tints of Mandy #CB5558

Color information

#CB5558 (or 0xCB5558) is unknown color: approx Mandy. HEX triplet: CB, 55 and 58. RGB value is (203,85,88). Sum of RGB (Red+Green+Blue) = 203+85+88=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5558 is #34AAA7. Grayscale: #787878. Windows color (decimal): -3451560 or 5789131. OLE color: 5789131.

HSL color Cylindrical-coordinate representation of color #CB5558: hue angle of 358.47º 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 #CB5558 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2038588-
CMYK00.580.570.20
HSL358.47º53.15%56.47%-
HSV(B)358.47º58.13%79.61%-
XYZ29.6419.911.51-
YUV120.62109.59186.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 85 (33.59% from 255) = 22.61%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=53.99%
G=22.61%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203858800.580.570.20358.4753.1556.47
HexCB555803A39141663538
Octal31312513007271245466570
Binary1100101110101011011000011101011100110100101100110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5558; }

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

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

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

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

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

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

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

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