#CC484F

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

Shades of Mandy #CC484F

Tints of Mandy #CC484F

Color information

#CC484F (or 0xCC484F) is unknown color: approx Mandy. HEX triplet: CC, 48 and 4F. RGB value is (204,72,79). Sum of RGB (Red+Green+Blue) = 204+72+79=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC484F is #33B7B0. Grayscale: #707070. Windows color (decimal): -3389361 or 5195980. OLE color: 5195980.

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

Color convert

RGB2047279-
CMYK00.650.610.2
HSL356.82º56.41%54.12%-
HSV(B)356.82º64.71%80%-
XYZ28.6318.049.37-
YUV112.27109.23193.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.46%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=57.46%
G=20.28%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204727900.650.610.2356.8256.4154.12
HexCC484F0413D141653836
Octal314110117010175245457066
Binary11001100100100010011110100000111110110100101100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC484F; }

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

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

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

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

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

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

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

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