#CC4D5B

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

Shades of Mandy #CC4D5B

Tints of Mandy #CC4D5B

Color information

#CC4D5B (or 0xCC4D5B) is unknown color: approx Mandy. HEX triplet: CC, 4D and 5B. RGB value is (204,77,91). Sum of RGB (Red+Green+Blue) = 204+77+91=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D5B is #33B2A4. Grayscale: #747474. Windows color (decimal): -3388069 or 5983692. OLE color: 5983692.

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

Color convert

RGB2047791-
CMYK00.620.550.2
HSL353.39º55.46%55.1%-
HSV(B)353.39º62.25%80%-
XYZ29.4418.911.99-
YUV116.57113.58190.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.84%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=54.84%
G=20.70%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204779100.620.550.2353.3955.4655.1
HexCC4D5B03E37141613737
Octal31411513307667245416767
Binary1100110010011011011011011111011011110100101100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D5B; }

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

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

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

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

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

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

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

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