Shades of Viola #C09097
Tints of Viola #C09097
RGB
CMYK
RGB Variations
Color information
#C09097 (or 0xC09097) is known color: Viola. HEX triplet: C0, 90 and 97. RGB value is (192,144,151). Sum of RGB (Red+Green+Blue) = 192+144+151=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09097 is #3F6F68. Grayscale: #9F9F9F. Windows color (decimal): -4157289 or 9932992. OLE color: 9932992.
HSL color Cylindrical-coordinate representation of color #C09097: hue angle of 351.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09097 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 151 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.25 |
| HSL | 351.25º | 0.28% | 0.66% | - |
| HSV(B) | 351.25º | 0.25% | 0.75% | - |
| XYZ | 37.3 | 33.39 | 33.76 | - |
| YUV | 159.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 151 | 0 | 0.25 | 0.21 | 0.25 | 351.25 | 0.28 | 0.66 |
| Hex | C0 | 90 | 97 | 0 | 19 | 15 | 19 | 15F | 1C | 42 |
| Octal | 300 | 220 | 227 | 0 | 31 | 25 | 31 | 537 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10010111 | 0 | 11001 | 10101 | 11001 | 101011111 | 11100 | 1000010 |
Color Harmonies of #C09097
Complementary color
Monochromatic Colors of #C09097
Black with #C09097
Text Example
Text Example
White with #C09097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09097; }
p { color: rgb(192,144,151); }
H1.HeaderClassName
{
color: #C09097;
}
.AnyTagClassName
{
color: #C09097;
}
</style>
background-color css
<style>
a { background-color: #C09097; }
a { background-color: rgb(192,144,151); }
div.DivClassName
{
background-color: #C09097;
}
.BgClassName
{
background-color: #C09097;
}
</style>
border-color css
<style>
span { border-color: #C09097; }
span { border-color: rgb(192,144,151); }
td.TdClassName
{
border-color: #C09097;
}
.TagClassName
{
border-color: #C09097;
}
</style>