Shades of Viola #C094A5
Tints of Viola #C094A5
RGB
CMYK
RGB Variations
Color information
#C094A5 (or 0xC094A5) is known color: Viola. HEX triplet: C0, 94 and A5. RGB value is (192,148,165). Sum of RGB (Red+Green+Blue) = 192+148+165=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C094A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C094A5 is #3F6B5A. Grayscale: #A3A3A3. Windows color (decimal): -4156251 or 10851520. OLE color: 10851520.
HSL color Cylindrical-coordinate representation of color #C094A5: hue angle of 336.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094A5 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 165 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.25 |
| HSL | 336.82º | 0.26% | 0.67% | - |
| HSV(B) | 336.82º | 0.23% | 0.75% | - |
| XYZ | 39.12 | 35.1 | 40.31 | - |
| YUV | 163.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 165 | 0 | 0.23 | 0.14 | 0.25 | 336.82 | 0.26 | 0.67 |
| Hex | C0 | 94 | A5 | 0 | 17 | E | 19 | 151 | 1A | 43 |
| Octal | 300 | 224 | 245 | 0 | 27 | 16 | 31 | 521 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10100101 | 0 | 10111 | 1110 | 11001 | 101010001 | 11010 | 1000011 |
Color Harmonies of #C094A5
Complementary color
Monochromatic Colors of #C094A5
Black with #C094A5
Text Example
Text Example
White with #C094A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094A5; }
p { color: rgb(192,148,165); }
H1.HeaderClassName
{
color: #C094A5;
}
.AnyTagClassName
{
color: #C094A5;
}
</style>
background-color css
<style>
a { background-color: #C094A5; }
a { background-color: rgb(192,148,165); }
div.DivClassName
{
background-color: #C094A5;
}
.BgClassName
{
background-color: #C094A5;
}
</style>
border-color css
<style>
span { border-color: #C094A5; }
span { border-color: rgb(192,148,165); }
td.TdClassName
{
border-color: #C094A5;
}
.TagClassName
{
border-color: #C094A5;
}
</style>