Shades of Viola #C095A2
Tints of Viola #C095A2
RGB
CMYK
RGB Variations
Color information
#C095A2 (or 0xC095A2) is known color: Viola. HEX triplet: C0, 95 and A2. RGB value is (192,149,162). Sum of RGB (Red+Green+Blue) = 192+149+162=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C095A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095A2 is #3F6A5D. Grayscale: #A3A3A3. Windows color (decimal): -4155998 or 10655168. OLE color: 10655168.
HSL color Cylindrical-coordinate representation of color #C095A2: hue angle of 341.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C095A2 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 162 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.25 |
| HSL | 341.86º | 0.25% | 0.67% | - |
| HSV(B) | 341.86º | 0.22% | 0.75% | - |
| XYZ | 39.01 | 35.31 | 38.94 | - |
| YUV | 163.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 162 | 0 | 0.22 | 0.16 | 0.25 | 341.86 | 0.25 | 0.67 |
| Hex | C0 | 95 | A2 | 0 | 16 | 10 | 19 | 156 | 19 | 43 |
| Octal | 300 | 225 | 242 | 0 | 26 | 20 | 31 | 526 | 31 | 103 |
| Binary | 11000000 | 10010101 | 10100010 | 0 | 10110 | 10000 | 11001 | 101010110 | 11001 | 1000011 |
Color Harmonies of #C095A2
Complementary color
Monochromatic Colors of #C095A2
Black with #C095A2
Text Example
Text Example
White with #C095A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095A2; }
p { color: rgb(192,149,162); }
H1.HeaderClassName
{
color: #C095A2;
}
.AnyTagClassName
{
color: #C095A2;
}
</style>
background-color css
<style>
a { background-color: #C095A2; }
a { background-color: rgb(192,149,162); }
div.DivClassName
{
background-color: #C095A2;
}
.BgClassName
{
background-color: #C095A2;
}
</style>
border-color css
<style>
span { border-color: #C095A2; }
span { border-color: rgb(192,149,162); }
td.TdClassName
{
border-color: #C095A2;
}
.TagClassName
{
border-color: #C095A2;
}
</style>