Shades of Charm #C47981
Tints of Charm #C47981
RGB
CMYK
RGB Variations
Color information
#C47981 (or 0xC47981) is known color: Charm. HEX triplet: C4, 79 and 81. RGB value is (196,121,129). Sum of RGB (Red+Green+Blue) = 196+121+129=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47981 is #3B867E. Grayscale: #909090. Windows color (decimal): -3901055 or 8485316. OLE color: 8485316.
HSL color Cylindrical-coordinate representation of color #C47981: hue angle of 353.6º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47981 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 121 | 129 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.23 |
| HSL | 353.6º | 0.39% | 0.62% | - |
| HSV(B) | 353.6º | 0.38% | 0.77% | - |
| XYZ | 33.56 | 27 | 24.21 | - |
| YUV | 144.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 129 | 0 | 0.38 | 0.34 | 0.23 | 353.6 | 0.39 | 0.62 |
| Hex | C4 | 79 | 81 | 0 | 26 | 22 | 17 | 162 | 27 | 3E |
| Octal | 304 | 171 | 201 | 0 | 46 | 42 | 27 | 542 | 47 | 76 |
| Binary | 11000100 | 1111001 | 10000001 | 0 | 100110 | 100010 | 10111 | 101100010 | 100111 | 111110 |
Color Harmonies of #C47981
Complementary color
Monochromatic Colors of #C47981
Black with #C47981
Text Example
Text Example
White with #C47981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47981; }
p { color: rgb(196,121,129); }
H1.HeaderClassName
{
color: #C47981;
}
.AnyTagClassName
{
color: #C47981;
}
</style>
background-color css
<style>
a { background-color: #C47981; }
a { background-color: rgb(196,121,129); }
div.DivClassName
{
background-color: #C47981;
}
.BgClassName
{
background-color: #C47981;
}
</style>
border-color css
<style>
span { border-color: #C47981; }
span { border-color: rgb(196,121,129); }
td.TdClassName
{
border-color: #C47981;
}
.TagClassName
{
border-color: #C47981;
}
</style>