#CC494B

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

Shades of Mandy #CC494B

Tints of Mandy #CC494B

Color information

#CC494B (or 0xCC494B) is unknown color: approx Mandy. HEX triplet: CC, 49 and 4B. RGB value is (204,73,75). Sum of RGB (Red+Green+Blue) = 204+73+75=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC494B is #33B6B4. Grayscale: #707070. Windows color (decimal): -3389109 or 4934092. OLE color: 4934092.

HSL color Cylindrical-coordinate representation of color #CC494B: hue angle of 359.08º 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 #CC494B is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2047375-
CMYK00.640.630.2
HSL359.08º56.22%54.31%-
HSV(B)359.08º64.22%80%-
XYZ28.5518.118.65-
YUV112.4106.9193.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=57.95%
G=20.74%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204737500.640.630.2359.0856.2254.31
HexCC494B0403F141673836
Octal314111113010077245477066
Binary11001100100100110010110100000011111110100101100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC494B; }

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

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

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

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

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

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

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

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