#CC4A58

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

Shades of Mandy #CC4A58

Tints of Mandy #CC4A58

Color information

#CC4A58 (or 0xCC4A58) is unknown color: approx Mandy. HEX triplet: CC, 4A and 58. RGB value is (204,74,88). Sum of RGB (Red+Green+Blue) = 204+74+88=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4A58 is #33B5A7. Grayscale: #727272. Windows color (decimal): -3388840 or 5786316. OLE color: 5786316.

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

Color convert

RGB2047488-
CMYK00.640.570.2
HSL353.54º56.03%54.51%-
HSV(B)353.54º63.73%80%-
XYZ29.1118.4411.26-
YUV114.47113.07191.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=55.74%
G=20.22%
B=24.04%

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
Decimal204748800.640.570.2353.5456.0354.51
HexCC4A5804039141623837
Octal314112130010071245427067
Binary11001100100101010110000100000011100110100101100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A58; }

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

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

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

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

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

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

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

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