#CB5060

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

Shades of Mandy #CB5060

Tints of Mandy #CB5060

Color information

#CB5060 (or 0xCB5060) is unknown color: approx Mandy. HEX triplet: CB, 50 and 60. RGB value is (203,80,96). Sum of RGB (Red+Green+Blue) = 203+80+96=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5060 is #34AF9F. Grayscale: #767676. Windows color (decimal): -3452832 or 6312139. OLE color: 6312139.

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

Color convert

RGB2038096-
CMYK00.610.530.20
HSL352.2º54.19%55.49%-
HSV(B)352.2º60.59%79.61%-
XYZ29.6119.2813.23-
YUV118.6115.25188.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=53.56%
G=21.11%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203809600.610.530.20352.254.1955.49
HexCB506003D35141603637
Octal31312014007565245406667
Binary1100101110100001100000011110111010110100101100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5060; }

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

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

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

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

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

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

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

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