#C66986

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

Shades of Charm #C66986

Tints of Charm #C66986

Color information

#C66986 (or 0xC66986) is unknown color: approx Charm. HEX triplet: C6, 69 and 86. RGB value is (198,105,134). Sum of RGB (Red+Green+Blue) = 198+105+134=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C66986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66986 is #399679. Grayscale: #888888. Windows color (decimal): -3774074 or 8808902. OLE color: 8808902.

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

Color convert

RGB198105134-
CMYK00.470.320.22
HSL341.29º44.93%59.41%-
HSV(B)341.29º46.97%77.65%-
XYZ32.6423.8325.43-
YUV136.11126.81172.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=45.31%
G=24.03%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810513400.470.320.22341.2944.9359.41
HexC6698602F20161552d3b
Octal30615120605740265255573
Binary11000110110100110000110010111110000010110101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66986; }

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

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

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

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

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

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

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

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