#CB5963

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

Shades of Mandy #CB5963

Tints of Mandy #CB5963

Color information

#CB5963 (or 0xCB5963) is unknown color: approx Mandy. HEX triplet: CB, 59 and 63. RGB value is (203,89,99). Sum of RGB (Red+Green+Blue) = 203+89+99=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5963 is #34A69C. Grayscale: #7C7C7C. Windows color (decimal): -3450525 or 6511051. OLE color: 6511051.

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

Color convert

RGB2038999-
CMYK00.560.510.20
HSL354.74º52.29%57.25%-
HSV(B)354.74º56.16%79.61%-
XYZ30.4520.7414.2-
YUV124.23113.77184.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.92%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 99 (39.06% from 255) = 25.32%
R=51.92%
G=22.76%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203899900.560.510.20354.7452.2957.25
HexCB596303833141633439
Octal31313114307063245436471
Binary1100101110110011100011011100011001110100101100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5963; }

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

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

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

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

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

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

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

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