Shades of Charm #C47276
Tints of Charm #C47276
RGB
CMYK
RGB Variations
Color information
#C47276 (or 0xC47276) is known color: Charm. HEX triplet: C4, 72 and 76. RGB value is (196,114,118). Sum of RGB (Red+Green+Blue) = 196+114+118=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C47276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47276 is #3B8D89. Grayscale: #8B8B8B. Windows color (decimal): -3902858 or 7762628. OLE color: 7762628.
HSL color Cylindrical-coordinate representation of color #C47276: hue angle of 357.07º 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 #C47276 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 118 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.23 |
| HSL | 357.07º | 0.41% | 0.61% | - |
| HSV(B) | 357.07º | 0.42% | 0.77% | - |
| XYZ | 32.05 | 25.08 | 20.29 | - |
| YUV | 138.97 | 116.17 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 118 | 0 | 0.42 | 0.40 | 0.23 | 357.07 | 0.41 | 0.61 |
| Hex | C4 | 72 | 76 | 0 | 2A | 28 | 17 | 165 | 29 | 3D |
| Octal | 304 | 162 | 166 | 0 | 52 | 50 | 27 | 545 | 51 | 75 |
| Binary | 11000100 | 1110010 | 1110110 | 0 | 101010 | 101000 | 10111 | 101100101 | 101001 | 111101 |
Color Harmonies of #C47276
Complementary color
Monochromatic Colors of #C47276
Black with #C47276
Text Example
Text Example
White with #C47276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47276; }
p { color: rgb(196,114,118); }
H1.HeaderClassName
{
color: #C47276;
}
.AnyTagClassName
{
color: #C47276;
}
</style>
background-color css
<style>
a { background-color: #C47276; }
a { background-color: rgb(196,114,118); }
div.DivClassName
{
background-color: #C47276;
}
.BgClassName
{
background-color: #C47276;
}
</style>
border-color css
<style>
span { border-color: #C47276; }
span { border-color: rgb(196,114,118); }
td.TdClassName
{
border-color: #C47276;
}
.TagClassName
{
border-color: #C47276;
}
</style>