#CC5963

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

Shades of Mandy #CC5963

Tints of Mandy #CC5963

Color information

#CC5963 (or 0xCC5963) is unknown color: approx Mandy. HEX triplet: CC, 59 and 63. RGB value is (204,89,99). Sum of RGB (Red+Green+Blue) = 204+89+99=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5963 is #33A69C. Grayscale: #7C7C7C. Windows color (decimal): -3384989 or 6511052. OLE color: 6511052.

HSL color Cylindrical-coordinate representation of color #CC5963: hue angle of 354.78º degrees, saturation: 0.53, 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 #CC5963 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB2048999-
CMYK00.560.510.2
HSL354.78º53%57.45%-
HSV(B)354.78º56.37%80%-
XYZ30.7320.8814.22-
YUV124.52113.6184.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.04%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=52.04%
G=22.70%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204899900.560.510.2354.785357.45
HexCC596303833141633539
Octal31413114307063245436571
Binary1100110010110011100011011100011001110100101100011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5963; }

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

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

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

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

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

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

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

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