Shades of Viola #C28997
Tints of Viola #C28997
RGB
CMYK
RGB Variations
Color information
#C28997 (or 0xC28997) is known color: Viola. HEX triplet: C2, 89 and 97. RGB value is (194,137,151). Sum of RGB (Red+Green+Blue) = 194+137+151=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C28997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28997 is #3D7668. Grayscale: #9B9B9B. Windows color (decimal): -4028009 or 9931202. OLE color: 9931202.
HSL color Cylindrical-coordinate representation of color #C28997: hue angle of 345.26º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28997 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 151 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.24 |
| HSL | 345.26º | 0.32% | 0.65% | - |
| HSV(B) | 345.26º | 0.29% | 0.76% | - |
| XYZ | 36.78 | 31.6 | 33.44 | - |
| YUV | 155.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 151 | 0 | 0.29 | 0.22 | 0.24 | 345.26 | 0.32 | 0.65 |
| Hex | C2 | 89 | 97 | 0 | 1D | 16 | 18 | 159 | 20 | 41 |
| Octal | 302 | 211 | 227 | 0 | 35 | 26 | 30 | 531 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10010111 | 0 | 11101 | 10110 | 11000 | 101011001 | 100000 | 1000001 |
Color Harmonies of #C28997
Complementary color
Monochromatic Colors of #C28997
Black with #C28997
Text Example
Text Example
White with #C28997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28997; }
p { color: rgb(194,137,151); }
H1.HeaderClassName
{
color: #C28997;
}
.AnyTagClassName
{
color: #C28997;
}
</style>
background-color css
<style>
a { background-color: #C28997; }
a { background-color: rgb(194,137,151); }
div.DivClassName
{
background-color: #C28997;
}
.BgClassName
{
background-color: #C28997;
}
</style>
border-color css
<style>
span { border-color: #C28997; }
span { border-color: rgb(194,137,151); }
td.TdClassName
{
border-color: #C28997;
}
.TagClassName
{
border-color: #C28997;
}
</style>