#C46D7F

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

Shades of Charm #C46D7F

Tints of Charm #C46D7F

Color information

#C46D7F (or 0xC46D7F) is unknown color: approx Charm. HEX triplet: C4, 6D and 7F. RGB value is (196,109,127). Sum of RGB (Red+Green+Blue) = 196+109+127=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D7F is #3B9280. Grayscale: #898989. Windows color (decimal): -3904129 or 8351172. OLE color: 8351172.

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

Color convert

RGB196109127-
CMYK00.440.350.23
HSL347.59º42.44%59.8%-
HSV(B)347.59º44.39%76.86%-
XYZ32.0624.2123.06-
YUV137.06122.32170.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 127 (50% from 255) = 29.40%
R=45.37%
G=25.23%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610912700.440.350.23347.5942.4459.8
HexC46D7F02C231715c2a3c
Octal30415517705443275345274
Binary1100010011011011111111010110010001110111101011100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46D7F; }

 p { color: rgb(196,109,127); }

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

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

 a { background-color: rgb(196,109,127); }

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

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

 span { border-color: rgb(196,109,127); }

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