#C47286

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

Shades of Charm #C47286

Tints of Charm #C47286

Color information

#C47286 (or 0xC47286) is unknown color: approx Charm. HEX triplet: C4, 72 and 86. RGB value is (196,114,134). Sum of RGB (Red+Green+Blue) = 196+114+134=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C47286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47286 is #3B8D79. Grayscale: #8C8C8C. Windows color (decimal): -3902842 or 8811204. OLE color: 8811204.

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

Color convert

RGB196114134-
CMYK00.420.320.23
HSL345.37º41%60.78%-
HSV(B)345.37º41.84%76.86%-
XYZ33.0925.4925.73-
YUV140.8124.17167.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=44.14%
G=25.68%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611413400.420.320.23345.374160.78
HexC4728602A2017159293d
Octal30416220605240275315175
Binary11000100111001010000110010101010000010111101011001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47286; }

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

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

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

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

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

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

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

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