#C66A87

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

Shades of Charm #C66A87

Tints of Charm #C66A87

Color information

#C66A87 (or 0xC66A87) is unknown color: approx Charm. HEX triplet: C6, 6A and 87. RGB value is (198,106,135). Sum of RGB (Red+Green+Blue) = 198+106+135=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A87 is #399578. Grayscale: #888888. Windows color (decimal): -3773817 or 8874694. OLE color: 8874694.

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

Color convert

RGB198106135-
CMYK00.460.320.22
HSL341.09º44.66%59.61%-
HSV(B)341.09º46.46%77.65%-
XYZ32.8224.0625.84-
YUV136.81126.98171.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=45.10%
G=24.15%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810613500.460.320.22341.0944.6659.61
HexC66A8702E20161552d3c
Octal30615220705640265255574
Binary11000110110101010000111010111010000010110101010101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A87; }

 p { color: rgb(198,106,135); }

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

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

 a { background-color: rgb(198,106,135); }

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

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

 span { border-color: rgb(198,106,135); }

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