#C66F86

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

Shades of Charm #C66F86

Tints of Charm #C66F86

Color information

#C66F86 (or 0xC66F86) is unknown color: approx Charm. HEX triplet: C6, 6F and 86. RGB value is (198,111,134). Sum of RGB (Red+Green+Blue) = 198+111+134=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F86 is #399079. Grayscale: #8B8B8B. Windows color (decimal): -3772538 or 8810438. OLE color: 8810438.

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

Color convert

RGB198111134-
CMYK00.440.320.22
HSL344.14º43.28%60.59%-
HSV(B)344.14º43.94%77.65%-
XYZ33.2825.125.64-
YUV139.64124.82169.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=44.70%
G=25.06%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811113400.440.320.22344.1443.2860.59
HexC66F8602C20161582b3d
Octal30615720605440265305375
Binary11000110110111110000110010110010000010110101011000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F86; }

 p { color: rgb(198,111,134); }

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

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

 a { background-color: rgb(198,111,134); }

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

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

 span { border-color: rgb(198,111,134); }

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