#CC4C5D

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

Shades of Mandy #CC4C5D

Tints of Mandy #CC4C5D

Color information

#CC4C5D (or 0xCC4C5D) is unknown color: approx Mandy. HEX triplet: CC, 4C and 5D. RGB value is (204,76,93). Sum of RGB (Red+Green+Blue) = 204+76+93=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C5D is #33B3A2. Grayscale: #747474. Windows color (decimal): -3388323 or 6114508. OLE color: 6114508.

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

Color convert

RGB2047693-
CMYK00.630.540.2
HSL352.03º55.65%54.9%-
HSV(B)352.03º62.75%80%-
XYZ29.4618.812.43-
YUV116.21114.91190.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 76 (30.08% from 255) = 20.38%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=54.69%
G=20.38%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204769300.630.540.2352.0355.6554.9
HexCC4C5D03F36141603837
Octal31411413507766245407067
Binary1100110010011001011101011111111011010100101100000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C5D; }

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

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

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

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

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

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

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

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