#C47386

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

Shades of Charm #C47386

Tints of Charm #C47386

Color information

#C47386 (or 0xC47386) is unknown color: approx Charm. HEX triplet: C4, 73 and 86. RGB value is (196,115,134). Sum of RGB (Red+Green+Blue) = 196+115+134=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 134 (52.73% from 255 or 30.11% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47386 is #3B8C79. Grayscale: #8D8D8D. Windows color (decimal): -3902586 or 8811460. OLE color: 8811460.

HSL color Cylindrical-coordinate representation of color #C47386: hue angle of 345.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47386 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB196115134-
CMYK00.410.320.23
HSL345.93º40.7%60.98%-
HSV(B)345.93º41.33%76.86%-
XYZ33.225.7225.77-
YUV141.38123.84166.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.04%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 134 (52.73% from 255) = 30.11%
R=44.04%
G=25.84%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611513400.410.320.23345.9340.760.98
HexC47386029201715a293d
Octal30416320605140275325175
Binary11000100111001110000110010100110000010111101011010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47386; }

 p { color: rgb(196,115,134); }

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

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

 a { background-color: rgb(196,115,134); }

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

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

 span { border-color: rgb(196,115,134); }

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