#C66D7F

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

Shades of Charm #C66D7F

Tints of Charm #C66D7F

Color information

#C66D7F (or 0xC66D7F) is unknown color: approx Charm. HEX triplet: C6, 6D and 7F. RGB value is (198,109,127). Sum of RGB (Red+Green+Blue) = 198+109+127=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D7F is #399280. Grayscale: #898989. Windows color (decimal): -3773057 or 8351174. OLE color: 8351174.

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

Color convert

RGB198109127-
CMYK00.450.360.22
HSL347.87º43.84%60.2%-
HSV(B)347.87º44.95%77.65%-
XYZ32.5924.4823.09-
YUV137.66121.99171.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 127 (50% from 255) = 29.26%
R=45.62%
G=25.12%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810912700.450.360.22347.8743.8460.2
HexC66D7F02D241615c2c3c
Octal30615517705544265345474
Binary1100011011011011111111010110110010010110101011100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D7F; }

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

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

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

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

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

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

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

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