Shades of Charm #C47B82
Tints of Charm #C47B82
RGB
CMYK
RGB Variations
Color information
#C47B82 (or 0xC47B82) is known color: Charm. HEX triplet: C4, 7B and 82. RGB value is (196,123,130). Sum of RGB (Red+Green+Blue) = 196+123+130=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B82 is #3B847D. Grayscale: #919191. Windows color (decimal): -3900542 or 8551364. OLE color: 8551364.
HSL color Cylindrical-coordinate representation of color #C47B82: hue angle of 354.25º 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 #C47B82 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 130 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.23 |
| HSL | 354.25º | 0.38% | 0.63% | - |
| HSV(B) | 354.25º | 0.37% | 0.77% | - |
| XYZ | 33.88 | 27.51 | 24.64 | - |
| YUV | 145.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 130 | 0 | 0.37 | 0.34 | 0.23 | 354.25 | 0.38 | 0.63 |
| Hex | C4 | 7B | 82 | 0 | 25 | 22 | 17 | 162 | 26 | 3F |
| Octal | 304 | 173 | 202 | 0 | 45 | 42 | 27 | 542 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10000010 | 0 | 100101 | 100010 | 10111 | 101100010 | 100110 | 111111 |
Color Harmonies of #C47B82
Complementary color
Monochromatic Colors of #C47B82
Black with #C47B82
Text Example
Text Example
White with #C47B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B82; }
p { color: rgb(196,123,130); }
H1.HeaderClassName
{
color: #C47B82;
}
.AnyTagClassName
{
color: #C47B82;
}
</style>
background-color css
<style>
a { background-color: #C47B82; }
a { background-color: rgb(196,123,130); }
div.DivClassName
{
background-color: #C47B82;
}
.BgClassName
{
background-color: #C47B82;
}
</style>
border-color css
<style>
span { border-color: #C47B82; }
span { border-color: rgb(196,123,130); }
td.TdClassName
{
border-color: #C47B82;
}
.TagClassName
{
border-color: #C47B82;
}
</style>