Shades of Charm #C47B85
Tints of Charm #C47B85
RGB
CMYK
RGB Variations
Color information
#C47B85 (or 0xC47B85) is known color: Charm. HEX triplet: C4, 7B and 85. RGB value is (196,123,133). Sum of RGB (Red+Green+Blue) = 196+123+133=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B85 is #3B847A. Grayscale: #929292. Windows color (decimal): -3900539 or 8747972. OLE color: 8747972.
HSL color Cylindrical-coordinate representation of color #C47B85: hue angle of 351.78º 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 #C47B85 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 133 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.23 |
| HSL | 351.78º | 0.38% | 0.63% | - |
| HSV(B) | 351.78º | 0.37% | 0.77% | - |
| XYZ | 34.08 | 27.6 | 25.72 | - |
| YUV | 145.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 133 | 0 | 0.37 | 0.32 | 0.23 | 351.78 | 0.38 | 0.63 |
| Hex | C4 | 7B | 85 | 0 | 25 | 20 | 17 | 160 | 26 | 3F |
| Octal | 304 | 173 | 205 | 0 | 45 | 40 | 27 | 540 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10000101 | 0 | 100101 | 100000 | 10111 | 101100000 | 100110 | 111111 |
Color Harmonies of #C47B85
Complementary color
Monochromatic Colors of #C47B85
Black with #C47B85
Text Example
Text Example
White with #C47B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B85; }
p { color: rgb(196,123,133); }
H1.HeaderClassName
{
color: #C47B85;
}
.AnyTagClassName
{
color: #C47B85;
}
</style>
background-color css
<style>
a { background-color: #C47B85; }
a { background-color: rgb(196,123,133); }
div.DivClassName
{
background-color: #C47B85;
}
.BgClassName
{
background-color: #C47B85;
}
</style>
border-color css
<style>
span { border-color: #C47B85; }
span { border-color: rgb(196,123,133); }
td.TdClassName
{
border-color: #C47B85;
}
.TagClassName
{
border-color: #C47B85;
}
</style>