#CB5B63

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

Shades of Mandy #CB5B63

Tints of Mandy #CB5B63

Color information

#CB5B63 (or 0xCB5B63) is unknown color: approx Mandy. HEX triplet: CB, 5B and 63. RGB value is (203,91,99). Sum of RGB (Red+Green+Blue) = 203+91+99=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B63 is #34A49C. Grayscale: #7D7D7D. Windows color (decimal): -3450013 or 6511563. OLE color: 6511563.

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

Color convert

RGB2039199-
CMYK00.550.510.20
HSL355.71º51.85%57.65%-
HSV(B)355.71º55.17%79.61%-
XYZ30.6221.0814.26-
YUV125.4113.11183.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=51.65%
G=23.16%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203919900.550.510.20355.7151.8557.65
HexCB5B630373314164343a
Octal31313314306763245446472
Binary1100101110110111100011011011111001110100101100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B63; }

 p { color: rgb(203,91,99); }

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

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

 a { background-color: rgb(203,91,99); }

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

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

 span { border-color: rgb(203,91,99); }

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