#C47186

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

Shades of Charm #C47186

Tints of Charm #C47186

Color information

#C47186 (or 0xC47186) is unknown color: approx Charm. HEX triplet: C4, 71 and 86. RGB value is (196,113,134). Sum of RGB (Red+Green+Blue) = 196+113+134=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47186 is #3B8E79. Grayscale: #8C8C8C. Windows color (decimal): -3903098 or 8810948. OLE color: 8810948.

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

Color convert

RGB196113134-
CMYK00.420.320.23
HSL344.82º41.29%60.59%-
HSV(B)344.82º42.35%76.86%-
XYZ32.9725.2725.69-
YUV140.21124.5167.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 134 (52.73% from 255) = 30.25%
R=44.24%
G=25.51%
B=30.25%

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
Decimal19611313400.420.320.23344.8241.2960.59
HexC4718602A2017159293d
Octal30416120605240275315175
Binary11000100111000110000110010101010000010111101011001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47186; }

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

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

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

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

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

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

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

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