#CC7479

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

Shades of Charm #CC7479

Tints of Charm #CC7479

Color information

#CC7479 (or 0xCC7479) is unknown color: approx Charm. HEX triplet: CC, 74 and 79. RGB value is (204,116,121). Sum of RGB (Red+Green+Blue) = 204+116+121=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7479 is #338B86. Grayscale: #8E8E8E. Windows color (decimal): -3378055 or 7959756. OLE color: 7959756.

HSL color Cylindrical-coordinate representation of color #CC7479: hue angle of 356.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7479 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204116121-
CMYK00.430.410.2
HSL356.59º46.32%62.75%-
HSV(B)356.59º43.14%80%-
XYZ34.626.7121.42-
YUV142.88115.65171.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 116 (45.70% from 255) = 26.30%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=46.26%
G=26.30%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411612100.430.410.2356.5946.3262.75
HexCC747902B29141652e3f
Octal31416417105351245455677
Binary1100110011101001111001010101110100110100101100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7479; }

 p { color: rgb(204,116,121); }

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

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

 a { background-color: rgb(204,116,121); }

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

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

 span { border-color: rgb(204,116,121); }

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