Shades of Charm #C47089
Tints of Charm #C47089
RGB
CMYK
RGB Variations
Color information
#C47089 (or 0xC47089) is known color: Charm. HEX triplet: C4, 70 and 89. RGB value is (196,112,137). Sum of RGB (Red+Green+Blue) = 196+112+137=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C47089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47089 is #3B8F76. Grayscale: #8B8B8B. Windows color (decimal): -3903351 or 9007300. OLE color: 9007300.
HSL color Cylindrical-coordinate representation of color #C47089: hue angle of 342.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47089 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 112 | 137 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.23 |
| HSL | 342.14º | 0.42% | 0.6% | - |
| HSV(B) | 342.14º | 0.43% | 0.77% | - |
| XYZ | 33.07 | 25.13 | 26.77 | - |
| YUV | 139.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 137 | 0 | 0.43 | 0.30 | 0.23 | 342.14 | 0.42 | 0.6 |
| Hex | C4 | 70 | 89 | 0 | 2B | 1E | 17 | 156 | 2A | 3C |
| Octal | 304 | 160 | 211 | 0 | 53 | 36 | 27 | 526 | 52 | 74 |
| Binary | 11000100 | 1110000 | 10001001 | 0 | 101011 | 11110 | 10111 | 101010110 | 101010 | 111100 |
Color Harmonies of #C47089
Complementary color
Monochromatic Colors of #C47089
Black with #C47089
Text Example
Text Example
White with #C47089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47089; }
p { color: rgb(196,112,137); }
H1.HeaderClassName
{
color: #C47089;
}
.AnyTagClassName
{
color: #C47089;
}
</style>
background-color css
<style>
a { background-color: #C47089; }
a { background-color: rgb(196,112,137); }
div.DivClassName
{
background-color: #C47089;
}
.BgClassName
{
background-color: #C47089;
}
</style>
border-color css
<style>
span { border-color: #C47089; }
span { border-color: rgb(196,112,137); }
td.TdClassName
{
border-color: #C47089;
}
.TagClassName
{
border-color: #C47089;
}
</style>