Shades of Charm #C47B7C
Tints of Charm #C47B7C
RGB
CMYK
RGB Variations
Color information
#C47B7C (or 0xC47B7C) is known color: Charm. HEX triplet: C4, 7B and 7C. RGB value is (196,123,124). Sum of RGB (Red+Green+Blue) = 196+123+124=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7C is #3B8483. Grayscale: #919191. Windows color (decimal): -3900548 or 8158148. OLE color: 8158148.
HSL color Cylindrical-coordinate representation of color #C47B7C: hue angle of 359.18º 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 #C47B7C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 124 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.23 |
| HSL | 359.18º | 0.38% | 0.63% | - |
| HSV(B) | 359.18º | 0.37% | 0.77% | - |
| XYZ | 33.49 | 27.36 | 22.58 | - |
| YUV | 144.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 124 | 0 | 0.37 | 0.37 | 0.23 | 359.18 | 0.38 | 0.63 |
| Hex | C4 | 7B | 7C | 0 | 25 | 25 | 17 | 167 | 26 | 3F |
| Octal | 304 | 173 | 174 | 0 | 45 | 45 | 27 | 547 | 46 | 77 |
| Binary | 11000100 | 1111011 | 1111100 | 0 | 100101 | 100101 | 10111 | 101100111 | 100110 | 111111 |
Color Harmonies of #C47B7C
Complementary color
Monochromatic Colors of #C47B7C
Black with #C47B7C
Text Example
Text Example
White with #C47B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B7C; }
p { color: rgb(196,123,124); }
H1.HeaderClassName
{
color: #C47B7C;
}
.AnyTagClassName
{
color: #C47B7C;
}
</style>
background-color css
<style>
a { background-color: #C47B7C; }
a { background-color: rgb(196,123,124); }
div.DivClassName
{
background-color: #C47B7C;
}
.BgClassName
{
background-color: #C47B7C;
}
</style>
border-color css
<style>
span { border-color: #C47B7C; }
span { border-color: rgb(196,123,124); }
td.TdClassName
{
border-color: #C47B7C;
}
.TagClassName
{
border-color: #C47B7C;
}
</style>