Shades of Viola #C28D97
Tints of Viola #C28D97
RGB
CMYK
RGB Variations
Color information
#C28D97 (or 0xC28D97) is known color: Viola. HEX triplet: C2, 8D and 97. RGB value is (194,141,151). Sum of RGB (Red+Green+Blue) = 194+141+151=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D97 is #3D7268. Grayscale: #9E9E9E. Windows color (decimal): -4026985 or 9932226. OLE color: 9932226.
HSL color Cylindrical-coordinate representation of color #C28D97: hue angle of 348.68º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28D97 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 151 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.24 |
| HSL | 348.68º | 0.3% | 0.66% | - |
| HSV(B) | 348.68º | 0.27% | 0.76% | - |
| XYZ | 37.36 | 32.75 | 33.63 | - |
| YUV | 157.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 151 | 0 | 0.27 | 0.22 | 0.24 | 348.68 | 0.3 | 0.66 |
| Hex | C2 | 8D | 97 | 0 | 1B | 16 | 18 | 15D | 1E | 42 |
| Octal | 302 | 215 | 227 | 0 | 33 | 26 | 30 | 535 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10010111 | 0 | 11011 | 10110 | 11000 | 101011101 | 11110 | 1000010 |
Color Harmonies of #C28D97
Complementary color
Monochromatic Colors of #C28D97
Black with #C28D97
Text Example
Text Example
White with #C28D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D97; }
p { color: rgb(194,141,151); }
H1.HeaderClassName
{
color: #C28D97;
}
.AnyTagClassName
{
color: #C28D97;
}
</style>
background-color css
<style>
a { background-color: #C28D97; }
a { background-color: rgb(194,141,151); }
div.DivClassName
{
background-color: #C28D97;
}
.BgClassName
{
background-color: #C28D97;
}
</style>
border-color css
<style>
span { border-color: #C28D97; }
span { border-color: rgb(194,141,151); }
td.TdClassName
{
border-color: #C28D97;
}
.TagClassName
{
border-color: #C28D97;
}
</style>