#CC484D

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

Shades of Mandy #CC484D

Tints of Mandy #CC484D

Color information

#CC484D (or 0xCC484D) is unknown color: approx Mandy. HEX triplet: CC, 48 and 4D. RGB value is (204,72,77). Sum of RGB (Red+Green+Blue) = 204+72+77=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC484D is #33B7B2. Grayscale: #707070. Windows color (decimal): -3389363 or 5064908. OLE color: 5064908.

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

Color convert

RGB2047277-
CMYK00.650.620.2
HSL357.73º56.41%54.12%-
HSV(B)357.73º64.71%80%-
XYZ28.5618.018.99-
YUV112.04108.23193.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=57.79%
G=20.40%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204727700.650.620.2357.7356.4154.12
HexCC484D0413E141663836
Octal314110115010176245467066
Binary11001100100100010011010100000111111010100101100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC484D; }

 p { color: rgb(204,72,77); }

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

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

 a { background-color: rgb(204,72,77); }

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

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

 span { border-color: rgb(204,72,77); }

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