Shades of Charm #C28089
Tints of Charm #C28089
RGB
CMYK
RGB Variations
Color information
#C28089 (or 0xC28089) is known color: Charm. HEX triplet: C2, 80 and 89. RGB value is (194,128,137). Sum of RGB (Red+Green+Blue) = 194+128+137=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28089 is #3D7F76. Grayscale: #949494. Windows color (decimal): -4030327 or 9011394. OLE color: 9011394.
HSL color Cylindrical-coordinate representation of color #C28089: hue angle of 351.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28089 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 137 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.24 |
| HSL | 351.82º | 0.35% | 0.63% | - |
| HSV(B) | 351.82º | 0.34% | 0.76% | - |
| XYZ | 34.48 | 28.71 | 27.39 | - |
| YUV | 148.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 137 | 0 | 0.34 | 0.29 | 0.24 | 351.82 | 0.35 | 0.63 |
| Hex | C2 | 80 | 89 | 0 | 22 | 1D | 18 | 160 | 23 | 3F |
| Octal | 302 | 200 | 211 | 0 | 42 | 35 | 30 | 540 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10001001 | 0 | 100010 | 11101 | 11000 | 101100000 | 100011 | 111111 |
Color Harmonies of #C28089
Complementary color
Monochromatic Colors of #C28089
Black with #C28089
Text Example
Text Example
White with #C28089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28089; }
p { color: rgb(194,128,137); }
H1.HeaderClassName
{
color: #C28089;
}
.AnyTagClassName
{
color: #C28089;
}
</style>
background-color css
<style>
a { background-color: #C28089; }
a { background-color: rgb(194,128,137); }
div.DivClassName
{
background-color: #C28089;
}
.BgClassName
{
background-color: #C28089;
}
</style>
border-color css
<style>
span { border-color: #C28089; }
span { border-color: rgb(194,128,137); }
td.TdClassName
{
border-color: #C28089;
}
.TagClassName
{
border-color: #C28089;
}
</style>