#CB5259

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

Shades of Mandy #CB5259

Tints of Mandy #CB5259

Color information

#CB5259 (or 0xCB5259) is unknown color: approx Mandy. HEX triplet: CB, 52 and 59. RGB value is (203,82,89). Sum of RGB (Red+Green+Blue) = 203+82+89=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5259 is #34ADA6. Grayscale: #777777. Windows color (decimal): -3452327 or 5853899. OLE color: 5853899.

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

Color convert

RGB2038289-
CMYK00.600.560.20
HSL356.53º53.78%55.88%-
HSV(B)356.53º59.61%79.61%-
XYZ29.4519.4511.65-
YUV118.98111.09187.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=54.28%
G=21.93%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203828900.600.560.20356.5353.7855.88
HexCB525903C38141653638
Octal31312213107470245456670
Binary1100101110100101011001011110011100010100101100101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5259; }

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

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

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

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

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

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

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

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