Shades of Charm #C47B81
Tints of Charm #C47B81
RGB
CMYK
RGB Variations
Color information
#C47B81 (or 0xC47B81) is known color: Charm. HEX triplet: C4, 7B and 81. RGB value is (196,123,129). Sum of RGB (Red+Green+Blue) = 196+123+129=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B81 is #3B847E. Grayscale: #919191. Windows color (decimal): -3900543 or 8485828. OLE color: 8485828.
HSL color Cylindrical-coordinate representation of color #C47B81: hue angle of 355.07º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47B81 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 129 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.23 |
| HSL | 355.07º | 0.38% | 0.63% | - |
| HSV(B) | 355.07º | 0.37% | 0.77% | - |
| XYZ | 33.81 | 27.49 | 24.29 | - |
| YUV | 145.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 129 | 0 | 0.37 | 0.34 | 0.23 | 355.07 | 0.38 | 0.63 |
| Hex | C4 | 7B | 81 | 0 | 25 | 22 | 17 | 163 | 26 | 3F |
| Octal | 304 | 173 | 201 | 0 | 45 | 42 | 27 | 543 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10000001 | 0 | 100101 | 100010 | 10111 | 101100011 | 100110 | 111111 |
Color Harmonies of #C47B81
Complementary color
Monochromatic Colors of #C47B81
Black with #C47B81
Text Example
Text Example
White with #C47B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B81; }
p { color: rgb(196,123,129); }
H1.HeaderClassName
{
color: #C47B81;
}
.AnyTagClassName
{
color: #C47B81;
}
</style>
background-color css
<style>
a { background-color: #C47B81; }
a { background-color: rgb(196,123,129); }
div.DivClassName
{
background-color: #C47B81;
}
.BgClassName
{
background-color: #C47B81;
}
</style>
border-color css
<style>
span { border-color: #C47B81; }
span { border-color: rgb(196,123,129); }
td.TdClassName
{
border-color: #C47B81;
}
.TagClassName
{
border-color: #C47B81;
}
</style>