Shades of Viola #C09DA8
Tints of Viola #C09DA8
RGB
CMYK
RGB Variations
Color information
#C09DA8 (or 0xC09DA8) is known color: Viola. HEX triplet: C0, 9D and A8. RGB value is (192,157,168). Sum of RGB (Red+Green+Blue) = 192+157+168=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DA8 is #3F6257. Grayscale: #A8A8A8. Windows color (decimal): -4153944 or 11050432. OLE color: 11050432.
HSL color Cylindrical-coordinate representation of color #C09DA8: hue angle of 341.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DA8 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 157 | 168 | - |
CMYK | 0 | 0.18 | 0.12 | 0.25 |
HSL | 341.14º | 0.22% | 0.68% | - |
HSV(B) | 341.14º | 0.18% | 0.75% | - |
XYZ | 40.86 | 38.15 | 42.26 | - |
YUV | 168.72 | 127.6 | 144.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 157 | 168 | 0 | 0.18 | 0.12 | 0.25 | 341.14 | 0.22 | 0.68 |
Hex | C0 | 9D | A8 | 0 | 12 | C | 19 | 155 | 16 | 44 |
Octal | 300 | 235 | 250 | 0 | 22 | 14 | 31 | 525 | 26 | 104 |
Binary | 11000000 | 10011101 | 10101000 | 0 | 10010 | 1100 | 11001 | 101010101 | 10110 | 1000100 |
Color Harmonies of #C09DA8
Complementary color
Monochromatic Colors of #C09DA8
Black with #C09DA8
Text Example
Text Example
White with #C09DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DA8; }
p { color: rgb(192,157,168); }
H1.HeaderClassName
{
color: #C09DA8;
}
.AnyTagClassName
{
color: #C09DA8;
}
</style>
background-color css
<style>
a { background-color: #C09DA8; }
a { background-color: rgb(192,157,168); }
div.DivClassName
{
background-color: #C09DA8;
}
.BgClassName
{
background-color: #C09DA8;
}
</style>
border-color css
<style>
span { border-color: #C09DA8; }
span { border-color: rgb(192,157,168); }
td.TdClassName
{
border-color: #C09DA8;
}
.TagClassName
{
border-color: #C09DA8;
}
</style>