#CC445F

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

Shades of Mandy #CC445F

Tints of Mandy #CC445F

Color information

#CC445F (or 0xCC445F) is unknown color: approx Mandy. HEX triplet: CC, 44 and 5F. RGB value is (204,68,95). Sum of RGB (Red+Green+Blue) = 204+68+95=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC445F is #33BBA0. Grayscale: #6F6F6F. Windows color (decimal): -3390369 or 6243532. OLE color: 6243532.

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

Color convert

RGB2046895-
CMYK00.670.530.2
HSL348.09º57.14%53.33%-
HSV(B)348.09º66.67%80%-
XYZ29.0317.812.73-
YUV111.74118.56193.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 68 (26.95% from 255) = 18.53%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=55.59%
G=18.53%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204689500.670.530.2348.0957.1453.33
HexCC445F043351415c3935
Octal314104137010365245347165
Binary11001100100010010111110100001111010110100101011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC445F; }

 p { color: rgb(204,68,95); }

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

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

 a { background-color: rgb(204,68,95); }

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

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

 span { border-color: rgb(204,68,95); }

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