#CB5564

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

Shades of Mandy #CB5564

Tints of Mandy #CB5564

Color information

#CB5564 (or 0xCB5564) is unknown color: approx Mandy. HEX triplet: CB, 55 and 64. RGB value is (203,85,100). Sum of RGB (Red+Green+Blue) = 203+85+100=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5564 is #34AA9B. Grayscale: #7A7A7A. Windows color (decimal): -3451548 or 6575563. OLE color: 6575563.

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

Color convert

RGB20385100-
CMYK00.580.510.20
HSL352.37º53.15%56.47%-
HSV(B)352.37º58.13%79.61%-
XYZ30.1820.1114.35-
YUV121.99115.59185.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=52.32%
G=21.91%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038510000.580.510.20352.3753.1556.47
HexCB556403A33141603538
Octal31312514407263245406570
Binary1100101110101011100100011101011001110100101100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5564; }

 p { color: rgb(203,85,100); }

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

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

 a { background-color: rgb(203,85,100); }

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

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

 span { border-color: rgb(203,85,100); }

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