#CC6E79

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

Shades of Charm #CC6E79

Tints of Charm #CC6E79

Color information

#CC6E79 (or 0xCC6E79) is unknown color: approx Charm. HEX triplet: CC, 6E and 79. RGB value is (204,110,121). Sum of RGB (Red+Green+Blue) = 204+110+121=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E79 is #339186. Grayscale: #8B8B8B. Windows color (decimal): -3379591 or 7958220. OLE color: 7958220.

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

Color convert

RGB204110121-
CMYK00.460.410.2
HSL352.98º47.96%61.57%-
HSV(B)352.98º46.08%80%-
XYZ33.9325.3721.2-
YUV139.36117.64174.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=46.90%
G=25.29%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411012100.460.410.2352.9847.9661.57
HexCC6E7902E2914161303e
Octal31415617105651245416076
Binary1100110011011101111001010111010100110100101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E79; }

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

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

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

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

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

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

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

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