Shades of Viola #C09AA5
Tints of Viola #C09AA5
RGB
CMYK
RGB Variations
Color information
#C09AA5 (or 0xC09AA5) is known color: Viola. HEX triplet: C0, 9A and A5. RGB value is (192,154,165). Sum of RGB (Red+Green+Blue) = 192+154+165=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09AA5 is #3F655A. Grayscale: #A6A6A6. Windows color (decimal): -4154715 or 10853056. OLE color: 10853056.
HSL color Cylindrical-coordinate representation of color #C09AA5: hue angle of 342.63º degrees, saturation: 0.23, 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 #C09AA5 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 165 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.25 |
| HSL | 342.63º | 0.23% | 0.68% | - |
| HSV(B) | 342.63º | 0.2% | 0.75% | - |
| XYZ | 40.09 | 37.03 | 40.63 | - |
| YUV | 166.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 165 | 0 | 0.20 | 0.14 | 0.25 | 342.63 | 0.23 | 0.68 |
| Hex | C0 | 9A | A5 | 0 | 14 | E | 19 | 157 | 17 | 44 |
| Octal | 300 | 232 | 245 | 0 | 24 | 16 | 31 | 527 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10100101 | 0 | 10100 | 1110 | 11001 | 101010111 | 10111 | 1000100 |
Color Harmonies of #C09AA5
Complementary color
Monochromatic Colors of #C09AA5
Black with #C09AA5
Text Example
Text Example
White with #C09AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AA5; }
p { color: rgb(192,154,165); }
H1.HeaderClassName
{
color: #C09AA5;
}
.AnyTagClassName
{
color: #C09AA5;
}
</style>
background-color css
<style>
a { background-color: #C09AA5; }
a { background-color: rgb(192,154,165); }
div.DivClassName
{
background-color: #C09AA5;
}
.BgClassName
{
background-color: #C09AA5;
}
</style>
border-color css
<style>
span { border-color: #C09AA5; }
span { border-color: rgb(192,154,165); }
td.TdClassName
{
border-color: #C09AA5;
}
.TagClassName
{
border-color: #C09AA5;
}
</style>