#CB5F60

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

Shades of Mandy #CB5F60

Tints of Mandy #CB5F60

Color information

#CB5F60 (or 0xCB5F60) is unknown color: approx Mandy. HEX triplet: CB, 5F and 60. RGB value is (203,95,96). Sum of RGB (Red+Green+Blue) = 203+95+96=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F60 is #34A09F. Grayscale: #7F7F7F. Windows color (decimal): -3448992 or 6315979. OLE color: 6315979.

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

Color convert

RGB2039596-
CMYK00.530.530.20
HSL359.44º50.94%58.43%-
HSV(B)359.44º53.2%79.61%-
XYZ30.8321.7313.63-
YUV127.41110.28181.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=51.52%
G=24.11%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203959600.530.530.20359.4450.9458.43
HexCB5F600353514167333a
Octal31313714006565245476372
Binary1100101110111111100000011010111010110100101100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F60; }

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

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

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

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

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

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

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

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