#CC5D5E

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

Shades of Mandy #CC5D5E

Tints of Mandy #CC5D5E

Color information

#CC5D5E (or 0xCC5D5E) is unknown color: approx Mandy. HEX triplet: CC, 5D and 5E. RGB value is (204,93,94). Sum of RGB (Red+Green+Blue) = 204+93+94=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D5E is #33A2A1. Grayscale: #7E7E7E. Windows color (decimal): -3383970 or 6184396. OLE color: 6184396.

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

Color convert

RGB2049394-
CMYK00.540.540.2
HSL359.46º52.11%58.24%-
HSV(B)359.46º54.41%80%-
XYZ30.8421.4713.11-
YUV126.3109.77183.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.17%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=52.17%
G=23.79%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204939400.540.540.2359.4652.1158.24
HexCC5D5E0363614167343a
Octal31413513606666245476472
Binary1100110010111011011110011011011011010100101100111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D5E; }

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

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

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

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

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

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

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

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