Shades of Viola #C08A97
Tints of Viola #C08A97
RGB
CMYK
RGB Variations
Color information
#C08A97 (or 0xC08A97) is known color: Viola. HEX triplet: C0, 8A and 97. RGB value is (192,138,151). Sum of RGB (Red+Green+Blue) = 192+138+151=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A97 is #3F7568. Grayscale: #9B9B9B. Windows color (decimal): -4158825 or 9931456. OLE color: 9931456.
HSL color Cylindrical-coordinate representation of color #C08A97: hue angle of 345.56º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08A97 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 151 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.25 |
| HSL | 345.56º | 0.3% | 0.65% | - |
| HSV(B) | 345.56º | 0.28% | 0.75% | - |
| XYZ | 36.41 | 31.62 | 33.46 | - |
| YUV | 155.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 151 | 0 | 0.28 | 0.21 | 0.25 | 345.56 | 0.3 | 0.65 |
| Hex | C0 | 8A | 97 | 0 | 1C | 15 | 19 | 15A | 1E | 41 |
| Octal | 300 | 212 | 227 | 0 | 34 | 25 | 31 | 532 | 36 | 101 |
| Binary | 11000000 | 10001010 | 10010111 | 0 | 11100 | 10101 | 11001 | 101011010 | 11110 | 1000001 |
Color Harmonies of #C08A97
Complementary color
Monochromatic Colors of #C08A97
Black with #C08A97
Text Example
Text Example
White with #C08A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A97; }
p { color: rgb(192,138,151); }
H1.HeaderClassName
{
color: #C08A97;
}
.AnyTagClassName
{
color: #C08A97;
}
</style>
background-color css
<style>
a { background-color: #C08A97; }
a { background-color: rgb(192,138,151); }
div.DivClassName
{
background-color: #C08A97;
}
.BgClassName
{
background-color: #C08A97;
}
</style>
border-color css
<style>
span { border-color: #C08A97; }
span { border-color: rgb(192,138,151); }
td.TdClassName
{
border-color: #C08A97;
}
.TagClassName
{
border-color: #C08A97;
}
</style>