Shades of Charm #C27089
Tints of Charm #C27089
RGB
CMYK
RGB Variations
Color information
#C27089 (or 0xC27089) is known color: Charm. HEX triplet: C2, 70 and 89. RGB value is (194,112,137). Sum of RGB (Red+Green+Blue) = 194+112+137=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C27089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27089 is #3D8F76. Grayscale: #8B8B8B. Windows color (decimal): -4034423 or 9007298. OLE color: 9007298.
HSL color Cylindrical-coordinate representation of color #C27089: hue angle of 341.71º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27089 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 112 | 137 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.24 |
| HSL | 341.71º | 0.4% | 0.6% | - |
| HSV(B) | 341.71º | 0.42% | 0.76% | - |
| XYZ | 32.56 | 24.86 | 26.75 | - |
| YUV | 139.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 137 | 0 | 0.42 | 0.29 | 0.24 | 341.71 | 0.4 | 0.6 |
| Hex | C2 | 70 | 89 | 0 | 2A | 1D | 18 | 156 | 28 | 3C |
| Octal | 302 | 160 | 211 | 0 | 52 | 35 | 30 | 526 | 50 | 74 |
| Binary | 11000010 | 1110000 | 10001001 | 0 | 101010 | 11101 | 11000 | 101010110 | 101000 | 111100 |
Color Harmonies of #C27089
Complementary color
Monochromatic Colors of #C27089
Black with #C27089
Text Example
Text Example
White with #C27089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27089; }
p { color: rgb(194,112,137); }
H1.HeaderClassName
{
color: #C27089;
}
.AnyTagClassName
{
color: #C27089;
}
</style>
background-color css
<style>
a { background-color: #C27089; }
a { background-color: rgb(194,112,137); }
div.DivClassName
{
background-color: #C27089;
}
.BgClassName
{
background-color: #C27089;
}
</style>
border-color css
<style>
span { border-color: #C27089; }
span { border-color: rgb(194,112,137); }
td.TdClassName
{
border-color: #C27089;
}
.TagClassName
{
border-color: #C27089;
}
</style>