Shades of Viola #C099A8
Tints of Viola #C099A8
RGB
CMYK
RGB Variations
Color information
#C099A8 (or 0xC099A8) is known color: Viola. HEX triplet: C0, 99 and A8. RGB value is (192,153,168). Sum of RGB (Red+Green+Blue) = 192+153+168=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C099A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099A8 is #3F6657. Grayscale: #A6A6A6. Windows color (decimal): -4154968 or 11049408. OLE color: 11049408.
HSL color Cylindrical-coordinate representation of color #C099A8: hue angle of 336.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099A8 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 168 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.25 |
| HSL | 336.92º | 0.24% | 0.68% | - |
| HSV(B) | 336.92º | 0.2% | 0.75% | - |
| XYZ | 40.2 | 36.82 | 42.03 | - |
| YUV | 166.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 168 | 0 | 0.20 | 0.12 | 0.25 | 336.92 | 0.24 | 0.68 |
| Hex | C0 | 99 | A8 | 0 | 14 | C | 19 | 151 | 18 | 44 |
| Octal | 300 | 231 | 250 | 0 | 24 | 14 | 31 | 521 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10101000 | 0 | 10100 | 1100 | 11001 | 101010001 | 11000 | 1000100 |
Color Harmonies of #C099A8
Complementary color
Monochromatic Colors of #C099A8
Black with #C099A8
Text Example
Text Example
White with #C099A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099A8; }
p { color: rgb(192,153,168); }
H1.HeaderClassName
{
color: #C099A8;
}
.AnyTagClassName
{
color: #C099A8;
}
</style>
background-color css
<style>
a { background-color: #C099A8; }
a { background-color: rgb(192,153,168); }
div.DivClassName
{
background-color: #C099A8;
}
.BgClassName
{
background-color: #C099A8;
}
</style>
border-color css
<style>
span { border-color: #C099A8; }
span { border-color: rgb(192,153,168); }
td.TdClassName
{
border-color: #C099A8;
}
.TagClassName
{
border-color: #C099A8;
}
</style>