#CC4958

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

Shades of Mandy #CC4958

Tints of Mandy #CC4958

Color information

#CC4958 (or 0xCC4958) is unknown color: approx Mandy. HEX triplet: CC, 49 and 58. RGB value is (204,73,88). Sum of RGB (Red+Green+Blue) = 204+73+88=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4958 is #33B6A7. Grayscale: #717171. Windows color (decimal): -3389096 or 5786060. OLE color: 5786060.

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

Color convert

RGB2047388-
CMYK00.640.570.2
HSL353.13º56.22%54.31%-
HSV(B)353.13º64.22%80%-
XYZ29.0518.3111.24-
YUV113.88113.4192.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=55.89%
G=20%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204738800.640.570.2353.1356.2254.31
HexCC495804039141613836
Octal314111130010071245417066
Binary11001100100100110110000100000011100110100101100001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4958; }

 p { color: rgb(204,73,88); }

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

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

 a { background-color: rgb(204,73,88); }

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

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

 span { border-color: rgb(204,73,88); }

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