#CB5C63

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

Shades of Mandy #CB5C63

Tints of Mandy #CB5C63

Color information

#CB5C63 (or 0xCB5C63) is unknown color: approx Mandy. HEX triplet: CB, 5C and 63. RGB value is (203,92,99). Sum of RGB (Red+Green+Blue) = 203+92+99=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C63 is #34A39C. Grayscale: #7E7E7E. Windows color (decimal): -3449757 or 6511819. OLE color: 6511819.

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

Color convert

RGB2039299-
CMYK00.550.510.20
HSL356.22º51.63%57.84%-
HSV(B)356.22º54.68%79.61%-
XYZ30.7121.2514.29-
YUV125.99112.77182.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=51.52%
G=23.35%
B=25.13%

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
Decimal203929900.550.510.20356.2251.6357.84
HexCB5C630373314164343a
Octal31313414306763245446472
Binary1100101110111001100011011011111001110100101100100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C63; }

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

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

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

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

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

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

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

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