#CC414C

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

Shades of Mandy #CC414C

Tints of Mandy #CC414C

Color information

#CC414C (or 0xCC414C) is unknown color: approx Mandy. HEX triplet: CC, 41 and 4C. RGB value is (204,65,76). Sum of RGB (Red+Green+Blue) = 204+65+76=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC414C is #33BEB3. Grayscale: #6B6B6B. Windows color (decimal): -3391156 or 4997580. OLE color: 4997580.

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

Color convert

RGB2046576-
CMYK00.680.630.2
HSL355.25º57.68%52.75%-
HSV(B)355.25º68.14%80%-
XYZ28.117.148.66-
YUV107.82110.05196.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=59.13%
G=18.84%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204657600.680.630.2355.2557.6852.75
HexCC414C0443F141633a35
Octal314101114010477245437265
Binary11001100100000110011000100010011111110100101100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC414C; }

 p { color: rgb(204,65,76); }

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

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

 a { background-color: rgb(204,65,76); }

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

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

 span { border-color: rgb(204,65,76); }

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