#cc405c

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

Shades of Mandy #CC405C

Tints of Mandy #CC405C

Color information

#CC405C (or 0xCC405C) is unknown color: approx Mandy. HEX triplet: CC, 40 and 5C. RGB value is (204,64,92). Sum of RGB (Red+Green+Blue) = 204+64+92=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC405C is #33BFA3. Grayscale: #6D6D6D. Windows color (decimal): -3391396 or 6045900. OLE color: 6045900.

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

Color convert

RGB2046492-
CMYK00.690.550.2
HSL348º57.85%52.55%-
HSV(B)348º68.63%80%-
XYZ28.6717.2811.95-
YUV109.05118.38195.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 64 (25.39% from 255) = 17.78%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=56.67%
G=17.78%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204649200.690.550.234857.8552.55
HexCC405C045371415c3a35
Octal314100134010567245347265
Binary11001100100000010111000100010111011110100101011100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc405c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc405c; }

 p { color: rgb(204,64,92); }

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

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

 a { background-color: rgb(204,64,92); }

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

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

 span { border-color: rgb(204,64,92); }

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