#CB5860

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

Shades of Mandy #CB5860

Tints of Mandy #CB5860

Color information

#CB5860 (or 0xCB5860) is unknown color: approx Mandy. HEX triplet: CB, 58 and 60. RGB value is (203,88,96). Sum of RGB (Red+Green+Blue) = 203+88+96=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5860 is #34A79F. Grayscale: #7B7B7B. Windows color (decimal): -3450784 or 6314187. OLE color: 6314187.

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

Color convert

RGB2038896-
CMYK00.570.530.20
HSL355.83º52.51%57.06%-
HSV(B)355.83º56.65%79.61%-
XYZ30.2320.5213.43-
YUV123.3112.6184.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=52.45%
G=22.74%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203889600.570.530.20355.8352.5157.06
HexCB586003935141643539
Octal31313014007165245446571
Binary1100101110110001100000011100111010110100101100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5860; }

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

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

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

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

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

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

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

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