#CB5563

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

Shades of Mandy #CB5563

Tints of Mandy #CB5563

Color information

#CB5563 (or 0xCB5563) is unknown color: approx Mandy. HEX triplet: CB, 55 and 63. RGB value is (203,85,99). Sum of RGB (Red+Green+Blue) = 203+85+99=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5563 is #34AA9C. Grayscale: #797979. Windows color (decimal): -3451549 or 6510027. OLE color: 6510027.

HSL color Cylindrical-coordinate representation of color #CB5563: hue angle of 352.88º 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 #CB5563 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB2038599-
CMYK00.580.510.20
HSL352.88º53.15%56.47%-
HSV(B)352.88º58.13%79.61%-
XYZ30.1320.0914.09-
YUV121.88115.09185.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=52.45%
G=21.96%
B=25.58%

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
Decimal203859900.580.510.20352.8853.1556.47
HexCB556303A33141613538
Octal31312514307263245416570
Binary1100101110101011100011011101011001110100101100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5563; }

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

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

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

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

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

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

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

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