#C46E82

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

Shades of Charm #C46E82

Tints of Charm #C46E82

Color information

#C46E82 (or 0xC46E82) is unknown color: approx Charm. HEX triplet: C4, 6E and 82. RGB value is (196,110,130). Sum of RGB (Red+Green+Blue) = 196+110+130=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46E82 is #3B917D. Grayscale: #8A8A8A. Windows color (decimal): -3903870 or 8548036. OLE color: 8548036.

HSL color Cylindrical-coordinate representation of color #C46E82: hue angle of 346.05º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46E82 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196110130-
CMYK00.440.340.23
HSL346.05º42.16%60%-
HSV(B)346.05º43.88%76.86%-
XYZ32.3724.524.14-
YUV137.99123.49169.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=44.95%
G=25.23%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611013000.440.340.23346.0542.1660
HexC46E8202C221715a2a3c
Octal30415620205442275325274
Binary11000100110111010000010010110010001010111101011010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46E82; }

 p { color: rgb(196,110,130); }

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

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

 a { background-color: rgb(196,110,130); }

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

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

 span { border-color: rgb(196,110,130); }

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