#CC5A63

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

Shades of Mandy #CC5A63

Tints of Mandy #CC5A63

Color information

#CC5A63 (or 0xCC5A63) is unknown color: approx Mandy. HEX triplet: CC, 5A and 63. RGB value is (204,90,99). Sum of RGB (Red+Green+Blue) = 204+90+99=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A63 is #33A59C. Grayscale: #7D7D7D. Windows color (decimal): -3384733 or 6511308. OLE color: 6511308.

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

Color convert

RGB2049099-
CMYK00.560.510.2
HSL355.26º52.78%57.65%-
HSV(B)355.26º55.88%80%-
XYZ30.8121.0514.24-
YUV125.11113.27184.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=51.91%
G=22.90%
B=25.19%

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
Decimal204909900.560.510.2355.2652.7857.65
HexCC5A630383314163353a
Octal31413214307063245436572
Binary1100110010110101100011011100011001110100101100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A63; }

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

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

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

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

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

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

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

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