#CC455B

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

Shades of Mandy #CC455B

Tints of Mandy #CC455B

Color information

#CC455B (or 0xCC455B) is unknown color: approx Mandy. HEX triplet: CC, 45 and 5B. RGB value is (204,69,91). Sum of RGB (Red+Green+Blue) = 204+69+91=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC455B is #33BAA4. Grayscale: #6F6F6F. Windows color (decimal): -3390117 or 5981644. OLE color: 5981644.

HSL color Cylindrical-coordinate representation of color #CC455B: hue angle of 350.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC455B is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB2046991-
CMYK00.660.550.2
HSL350.22º56.96%53.53%-
HSV(B)350.22º66.18%80%-
XYZ28.9217.8511.82-
YUV111.87116.23193.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 91 (35.94% from 255) = 25%
R=56.04%
G=18.96%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204699100.660.550.2350.2256.9653.53
HexCC455B042371415e3936
Octal314105133010267245367166
Binary11001100100010110110110100001011011110100101011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC455B; }

 p { color: rgb(204,69,91); }

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

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

 a { background-color: rgb(204,69,91); }

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

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

 span { border-color: rgb(204,69,91); }

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