#C66E84

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

Shades of Charm #C66E84

Tints of Charm #C66E84

Color information

#C66E84 (or 0xC66E84) is unknown color: approx Charm. HEX triplet: C6, 6E and 84. RGB value is (198,110,132). Sum of RGB (Red+Green+Blue) = 198+110+132=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66E84 is #39917B. Grayscale: #8A8A8A. Windows color (decimal): -3772796 or 8679110. OLE color: 8679110.

HSL color Cylindrical-coordinate representation of color #C66E84: hue angle of 345º 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 #C66E84 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198110132-
CMYK00.440.330.22
HSL345º43.56%60.39%-
HSV(B)345º44.44%77.65%-
XYZ33.0324.8224.88-
YUV138.82124.15170.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 132 (51.95% from 255) = 30%
R=45%
G=25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811013200.440.330.2234543.5660.39
HexC66E8402C21161592c3c
Octal30615620405441265315474
Binary11000110110111010000100010110010000110110101011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66E84; }

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

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

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

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

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

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

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

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