Shades of Charm #C47286
Tints of Charm #C47286
RGB
CMYK
RGB Variations
Color information
#C47286 (or 0xC47286) is known color: 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
| RGB | 196 | 114 | 134 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.23 |
| HSL | 345.37º | 0.41% | 0.61% | - |
| HSV(B) | 345.37º | 0.42% | 0.77% | - |
| XYZ | 33.09 | 25.49 | 25.73 | - |
| YUV | 140.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 134 | 0 | 0.42 | 0.32 | 0.23 | 345.37 | 0.41 | 0.61 |
| Hex | C4 | 72 | 86 | 0 | 2A | 20 | 17 | 159 | 29 | 3D |
| Octal | 304 | 162 | 206 | 0 | 52 | 40 | 27 | 531 | 51 | 75 |
| Binary | 11000100 | 1110010 | 10000110 | 0 | 101010 | 100000 | 10111 | 101011001 | 101001 | 111101 |
Color Harmonies of #C47286
Complementary color
Monochromatic Colors of #C47286
Black with #C47286
Text Example
Text Example
White with #C47286
Text Example
Text Example
HTML Codes & Css Web 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>