Shades of Viola #C08CA5
Tints of Viola #C08CA5
RGB
CMYK
RGB Variations
Color information
#C08CA5 (or 0xC08CA5) is known color: Viola. HEX triplet: C0, 8C and A5. RGB value is (192,140,165). Sum of RGB (Red+Green+Blue) = 192+140+165=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CA5 is #3F735A. Grayscale: #9E9E9E. Windows color (decimal): -4158299 or 10849472. OLE color: 10849472.
HSL color Cylindrical-coordinate representation of color #C08CA5: hue angle of 331.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CA5 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 165 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.25 |
| HSL | 331.15º | 0.29% | 0.65% | - |
| HSV(B) | 331.15º | 0.27% | 0.75% | - |
| XYZ | 37.91 | 32.68 | 39.91 | - |
| YUV | 158.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 165 | 0 | 0.27 | 0.14 | 0.25 | 331.15 | 0.29 | 0.65 |
| Hex | C0 | 8C | A5 | 0 | 1B | E | 19 | 14B | 1D | 41 |
| Octal | 300 | 214 | 245 | 0 | 33 | 16 | 31 | 513 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10100101 | 0 | 11011 | 1110 | 11001 | 101001011 | 11101 | 1000001 |
Color Harmonies of #C08CA5
Complementary color
Monochromatic Colors of #C08CA5
Black with #C08CA5
Text Example
Text Example
White with #C08CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CA5; }
p { color: rgb(192,140,165); }
H1.HeaderClassName
{
color: #C08CA5;
}
.AnyTagClassName
{
color: #C08CA5;
}
</style>
background-color css
<style>
a { background-color: #C08CA5; }
a { background-color: rgb(192,140,165); }
div.DivClassName
{
background-color: #C08CA5;
}
.BgClassName
{
background-color: #C08CA5;
}
</style>
border-color css
<style>
span { border-color: #C08CA5; }
span { border-color: rgb(192,140,165); }
td.TdClassName
{
border-color: #C08CA5;
}
.TagClassName
{
border-color: #C08CA5;
}
</style>