#C46E7D

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

Shades of Charm #C46E7D

Tints of Charm #C46E7D

Color information

#C46E7D (or 0xC46E7D) is unknown color: approx Charm. HEX triplet: C4, 6E and 7D. RGB value is (196,110,125). Sum of RGB (Red+Green+Blue) = 196+110+125=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E7D is #3B9182. Grayscale: #898989. Windows color (decimal): -3903875 or 8220356. OLE color: 8220356.

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

Color convert

RGB196110125-
CMYK00.440.360.23
HSL349.53º42.16%60%-
HSV(B)349.53º43.88%76.86%-
XYZ32.0424.3722.42-
YUV137.42120.99169.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.48%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=45.48%
G=25.52%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611012500.440.360.23349.5342.1660
HexC46E7D02C241715e2a3c
Octal30415617505444275365274
Binary1100010011011101111101010110010010010111101011110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46E7D; }

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

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

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

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

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

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

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

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