#CC6E7D

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

Shades of Charm #CC6E7D

Tints of Charm #CC6E7D

Color information

#CC6E7D (or 0xCC6E7D) is unknown color: approx Charm. HEX triplet: CC, 6E and 7D. RGB value is (204,110,125). Sum of RGB (Red+Green+Blue) = 204+110+125=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E7D is #339182. Grayscale: #8B8B8B. Windows color (decimal): -3379587 or 8220364. OLE color: 8220364.

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

Color convert

RGB204110125-
CMYK00.460.390.2
HSL350.43º47.96%61.57%-
HSV(B)350.43º46.08%80%-
XYZ34.1825.4722.52-
YUV139.82119.64173.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=46.47%
G=25.06%
B=28.47%

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
Decimal20411012500.460.390.2350.4347.9661.57
HexCC6E7D02E271415e303e
Octal31415617505647245366076
Binary1100110011011101111101010111010011110100101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E7D; }

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

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

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

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

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

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

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

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