Shades of Viola #C091A5
Tints of Viola #C091A5
RGB
CMYK
RGB Variations
Color information
#C091A5 (or 0xC091A5) is known color: Viola. HEX triplet: C0, 91 and A5. RGB value is (192,145,165). Sum of RGB (Red+Green+Blue) = 192+145+165=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C091A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C091A5 is #3F6E5A. Grayscale: #A1A1A1. Windows color (decimal): -4157019 or 10850752. OLE color: 10850752.
HSL color Cylindrical-coordinate representation of color #C091A5: hue angle of 334.47º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C091A5 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 165 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.25 |
| HSL | 334.47º | 0.27% | 0.66% | - |
| HSV(B) | 334.47º | 0.24% | 0.75% | - |
| XYZ | 38.66 | 34.17 | 40.16 | - |
| YUV | 161.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 165 | 0 | 0.24 | 0.14 | 0.25 | 334.47 | 0.27 | 0.66 |
| Hex | C0 | 91 | A5 | 0 | 18 | E | 19 | 14E | 1B | 42 |
| Octal | 300 | 221 | 245 | 0 | 30 | 16 | 31 | 516 | 33 | 102 |
| Binary | 11000000 | 10010001 | 10100101 | 0 | 11000 | 1110 | 11001 | 101001110 | 11011 | 1000010 |
Color Harmonies of #C091A5
Complementary color
Monochromatic Colors of #C091A5
Black with #C091A5
Text Example
Text Example
White with #C091A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C091A5; }
p { color: rgb(192,145,165); }
H1.HeaderClassName
{
color: #C091A5;
}
.AnyTagClassName
{
color: #C091A5;
}
</style>
background-color css
<style>
a { background-color: #C091A5; }
a { background-color: rgb(192,145,165); }
div.DivClassName
{
background-color: #C091A5;
}
.BgClassName
{
background-color: #C091A5;
}
</style>
border-color css
<style>
span { border-color: #C091A5; }
span { border-color: rgb(192,145,165); }
td.TdClassName
{
border-color: #C091A5;
}
.TagClassName
{
border-color: #C091A5;
}
</style>