#CC4A4B

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

Shades of Mandy #CC4A4B

Tints of Mandy #CC4A4B

Color information

#CC4A4B (or 0xCC4A4B) is unknown color: approx Mandy. HEX triplet: CC, 4A and 4B. RGB value is (204,74,75). Sum of RGB (Red+Green+Blue) = 204+74+75=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4A4B is #33B5B4. Grayscale: #717171. Windows color (decimal): -3388853 or 4934348. OLE color: 4934348.

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

Color convert

RGB2047475-
CMYK00.640.630.2
HSL359.54º56.03%54.51%-
HSV(B)359.54º63.73%80%-
XYZ28.6218.248.67-
YUV112.98106.57192.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=57.79%
G=20.96%
B=21.25%

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
Decimal204747500.640.630.2359.5456.0354.51
HexCC4A4B0403F141683837
Octal314112113010077245507067
Binary11001100100101010010110100000011111110100101101000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4A4B; }

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

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

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

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

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

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

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

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