#CC475B

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

Shades of Mandy #CC475B

Tints of Mandy #CC475B

Color information

#CC475B (or 0xCC475B) is unknown color: approx Mandy. HEX triplet: CC, 47 and 5B. RGB value is (204,71,91). Sum of RGB (Red+Green+Blue) = 204+71+91=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC475B is #33B8A4. Grayscale: #717171. Windows color (decimal): -3389605 or 5982156. OLE color: 5982156.

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

Color convert

RGB2047191-
CMYK00.650.550.2
HSL350.98º56.6%53.92%-
HSV(B)350.98º65.2%80%-
XYZ29.0418.111.86-
YUV113.05115.56192.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=55.74%
G=19.40%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204719100.650.550.2350.9856.653.92
HexCC475B041371415f3936
Octal314107133010167245377166
Binary11001100100011110110110100000111011110100101011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC475B; }

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

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

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

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

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

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

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

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