Shades of Viola #C090A1
Tints of Viola #C090A1
RGB
CMYK
RGB Variations
Color information
#C090A1 (or 0xC090A1) is known color: Viola. HEX triplet: C0, 90 and A1. RGB value is (192,144,161). Sum of RGB (Red+Green+Blue) = 192+144+161=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 161 (63.28% from 255 or 32.39% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C090A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C090A1 is #3F6F5E. Grayscale: #A0A0A0. Windows color (decimal): -4157279 or 10588352. OLE color: 10588352.
HSL color Cylindrical-coordinate representation of color #C090A1: hue angle of 338.75º 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 #C090A1 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 161 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.25 |
| HSL | 338.75º | 0.28% | 0.66% | - |
| HSV(B) | 338.75º | 0.25% | 0.75% | - |
| XYZ | 38.14 | 33.73 | 38.22 | - |
| YUV | 160.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 161 | 0 | 0.25 | 0.16 | 0.25 | 338.75 | 0.28 | 0.66 |
| Hex | C0 | 90 | A1 | 0 | 19 | 10 | 19 | 153 | 1C | 42 |
| Octal | 300 | 220 | 241 | 0 | 31 | 20 | 31 | 523 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10100001 | 0 | 11001 | 10000 | 11001 | 101010011 | 11100 | 1000010 |
Color Harmonies of #C090A1
Complementary color
Monochromatic Colors of #C090A1
Black with #C090A1
Text Example
Text Example
White with #C090A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090A1; }
p { color: rgb(192,144,161); }
H1.HeaderClassName
{
color: #C090A1;
}
.AnyTagClassName
{
color: #C090A1;
}
</style>
background-color css
<style>
a { background-color: #C090A1; }
a { background-color: rgb(192,144,161); }
div.DivClassName
{
background-color: #C090A1;
}
.BgClassName
{
background-color: #C090A1;
}
</style>
border-color css
<style>
span { border-color: #C090A1; }
span { border-color: rgb(192,144,161); }
td.TdClassName
{
border-color: #C090A1;
}
.TagClassName
{
border-color: #C090A1;
}
</style>