Shades of Viola #C08F99
Tints of Viola #C08F99
RGB
CMYK
RGB Variations
Color information
#C08F99 (or 0xC08F99) is known color: Viola. HEX triplet: C0, 8F and 99. RGB value is (192,143,153). Sum of RGB (Red+Green+Blue) = 192+143+153=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08F99 is #3F7066. Grayscale: #9E9E9E. Windows color (decimal): -4157543 or 10063808. OLE color: 10063808.
HSL color Cylindrical-coordinate representation of color #C08F99: hue angle of 347.76º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08F99 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 153 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.25 |
| HSL | 347.76º | 0.28% | 0.66% | - |
| HSV(B) | 347.76º | 0.26% | 0.75% | - |
| XYZ | 37.31 | 33.15 | 34.57 | - |
| YUV | 158.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 153 | 0 | 0.26 | 0.20 | 0.25 | 347.76 | 0.28 | 0.66 |
| Hex | C0 | 8F | 99 | 0 | 1A | 14 | 19 | 15C | 1C | 42 |
| Octal | 300 | 217 | 231 | 0 | 32 | 24 | 31 | 534 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10011001 | 0 | 11010 | 10100 | 11001 | 101011100 | 11100 | 1000010 |
Color Harmonies of #C08F99
Complementary color
Monochromatic Colors of #C08F99
Black with #C08F99
Text Example
Text Example
White with #C08F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08F99; }
p { color: rgb(192,143,153); }
H1.HeaderClassName
{
color: #C08F99;
}
.AnyTagClassName
{
color: #C08F99;
}
</style>
background-color css
<style>
a { background-color: #C08F99; }
a { background-color: rgb(192,143,153); }
div.DivClassName
{
background-color: #C08F99;
}
.BgClassName
{
background-color: #C08F99;
}
</style>
border-color css
<style>
span { border-color: #C08F99; }
span { border-color: rgb(192,143,153); }
td.TdClassName
{
border-color: #C08F99;
}
.TagClassName
{
border-color: #C08F99;
}
</style>