Shades of Charm #C47B7E
Tints of Charm #C47B7E
RGB
CMYK
RGB Variations
Color information
#C47B7E (or 0xC47B7E) is known color: Charm. HEX triplet: C4, 7B and 7E. RGB value is (196,123,126). Sum of RGB (Red+Green+Blue) = 196+123+126=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7E is #3B8481. Grayscale: #919191. Windows color (decimal): -3900546 or 8289220. OLE color: 8289220.
HSL color Cylindrical-coordinate representation of color #C47B7E: hue angle of 357.53º 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 #C47B7E is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 126 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.23 |
| HSL | 357.53º | 0.38% | 0.63% | - |
| HSV(B) | 357.53º | 0.37% | 0.77% | - |
| XYZ | 33.61 | 27.41 | 23.26 | - |
| YUV | 145.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 126 | 0 | 0.37 | 0.36 | 0.23 | 357.53 | 0.38 | 0.63 |
| Hex | C4 | 7B | 7E | 0 | 25 | 24 | 17 | 166 | 26 | 3F |
| Octal | 304 | 173 | 176 | 0 | 45 | 44 | 27 | 546 | 46 | 77 |
| Binary | 11000100 | 1111011 | 1111110 | 0 | 100101 | 100100 | 10111 | 101100110 | 100110 | 111111 |
Color Harmonies of #C47B7E
Complementary color
Monochromatic Colors of #C47B7E
Black with #C47B7E
Text Example
Text Example
White with #C47B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B7E; }
p { color: rgb(196,123,126); }
H1.HeaderClassName
{
color: #C47B7E;
}
.AnyTagClassName
{
color: #C47B7E;
}
</style>
background-color css
<style>
a { background-color: #C47B7E; }
a { background-color: rgb(196,123,126); }
div.DivClassName
{
background-color: #C47B7E;
}
.BgClassName
{
background-color: #C47B7E;
}
</style>
border-color css
<style>
span { border-color: #C47B7E; }
span { border-color: rgb(196,123,126); }
td.TdClassName
{
border-color: #C47B7E;
}
.TagClassName
{
border-color: #C47B7E;
}
</style>