#CC484E

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

Shades of Mandy #CC484E

Tints of Mandy #CC484E

Color information

#CC484E (or 0xCC484E) is unknown color: approx Mandy. HEX triplet: CC, 48 and 4E. RGB value is (204,72,78). Sum of RGB (Red+Green+Blue) = 204+72+78=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC484E is #33B7B1. Grayscale: #707070. Windows color (decimal): -3389362 or 5130444. OLE color: 5130444.

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

Color convert

RGB2047278-
CMYK00.650.620.2
HSL357.27º56.41%54.12%-
HSV(B)357.27º64.71%80%-
XYZ28.5918.029.18-
YUV112.15108.73193.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.63%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=57.63%
G=20.34%
B=22.03%

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
Decimal204727800.650.620.2357.2756.4154.12
HexCC484E0413E141653836
Octal314110116010176245457066
Binary11001100100100010011100100000111111010100101100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC484E; }

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

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

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

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

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

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

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

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