#CC6E7C

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

Shades of Charm #CC6E7C

Tints of Charm #CC6E7C

Color information

#CC6E7C (or 0xCC6E7C) is unknown color: approx Charm. HEX triplet: CC, 6E and 7C. RGB value is (204,110,124). Sum of RGB (Red+Green+Blue) = 204+110+124=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7C is #339183. Grayscale: #8B8B8B. Windows color (decimal): -3379588 or 8154828. OLE color: 8154828.

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

Color convert

RGB204110124-
CMYK00.460.390.2
HSL351.06º47.96%61.57%-
HSV(B)351.06º46.08%80%-
XYZ34.1225.4422.18-
YUV139.7119.14173.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.58%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=46.58%
G=25.11%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411012400.460.390.2351.0647.9661.57
HexCC6E7C02E271415f303e
Octal31415617405647245376076
Binary1100110011011101111100010111010011110100101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E7C; }

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

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

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

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

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

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

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

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