#C66E7F

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

Shades of Charm #C66E7F

Tints of Charm #C66E7F

Color information

#C66E7F (or 0xC66E7F) is unknown color: approx Charm. HEX triplet: C6, 6E and 7F. RGB value is (198,110,127). Sum of RGB (Red+Green+Blue) = 198+110+127=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E7F is #399180. Grayscale: #8A8A8A. Windows color (decimal): -3772801 or 8351430. OLE color: 8351430.

HSL color Cylindrical-coordinate representation of color #C66E7F: hue angle of 348.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66E7F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198110127-
CMYK00.440.360.22
HSL348.41º43.56%60.39%-
HSV(B)348.41º44.44%77.65%-
XYZ32.724.6923.12-
YUV138.25121.65170.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 127 (50% from 255) = 29.20%
R=45.52%
G=25.29%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811012700.440.360.22348.4143.5660.39
HexC66E7F02C241615c2c3c
Octal30615617705444265345474
Binary1100011011011101111111010110010010010110101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E7F; }

 p { color: rgb(198,110,127); }

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

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

 a { background-color: rgb(198,110,127); }

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

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

 span { border-color: rgb(198,110,127); }

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