#C46F83

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

Shades of Charm #C46F83

Tints of Charm #C46F83

Color information

#C46F83 (or 0xC46F83) is unknown color: approx Charm. HEX triplet: C4, 6F and 83. RGB value is (196,111,131). Sum of RGB (Red+Green+Blue) = 196+111+131=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46F83 is #3B907C. Grayscale: #8A8A8A. Windows color (decimal): -3903613 or 8613828. OLE color: 8613828.

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

Color convert

RGB196111131-
CMYK00.430.330.23
HSL345.88º41.87%60.2%-
HSV(B)345.88º43.37%76.86%-
XYZ32.5524.7424.53-
YUV138.7123.66168.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 131 (51.56% from 255) = 29.91%
R=44.75%
G=25.34%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611113100.430.330.23345.8841.8760.2
HexC46F8302B211715a2a3c
Octal30415720305341275325274
Binary11000100110111110000011010101110000110111101011010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F83; }

 p { color: rgb(196,111,131); }

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

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

 a { background-color: rgb(196,111,131); }

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

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

 span { border-color: rgb(196,111,131); }

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