Shades of Viola #C39DAA
Tints of Viola #C39DAA
RGB
CMYK
RGB Variations
Color information
#C39DAA (or 0xC39DAA) is known color: Viola. HEX triplet: C3, 9D and AA. RGB value is (195,157,170). Sum of RGB (Red+Green+Blue) = 195+157+170=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C39DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39DAA is #3C6255. Grayscale: #A9A9A9. Windows color (decimal): -3957334 or 11181507. OLE color: 11181507.
HSL color Cylindrical-coordinate representation of color #C39DAA: hue angle of 339.47º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C39DAA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 170 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.24 |
| HSL | 339.47º | 0.24% | 0.69% | - |
| HSV(B) | 339.47º | 0.19% | 0.76% | - |
| XYZ | 41.82 | 38.62 | 43.28 | - |
| YUV | 169.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 170 | 0 | 0.19 | 0.13 | 0.24 | 339.47 | 0.24 | 0.69 |
| Hex | C3 | 9D | AA | 0 | 13 | D | 18 | 153 | 18 | 45 |
| Octal | 303 | 235 | 252 | 0 | 23 | 15 | 30 | 523 | 30 | 105 |
| Binary | 11000011 | 10011101 | 10101010 | 0 | 10011 | 1101 | 11000 | 101010011 | 11000 | 1000101 |
Color Harmonies of #C39DAA
Complementary color
Monochromatic Colors of #C39DAA
Black with #C39DAA
Text Example
Text Example
White with #C39DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39DAA; }
p { color: rgb(195,157,170); }
H1.HeaderClassName
{
color: #C39DAA;
}
.AnyTagClassName
{
color: #C39DAA;
}
</style>
background-color css
<style>
a { background-color: #C39DAA; }
a { background-color: rgb(195,157,170); }
div.DivClassName
{
background-color: #C39DAA;
}
.BgClassName
{
background-color: #C39DAA;
}
</style>
border-color css
<style>
span { border-color: #C39DAA; }
span { border-color: rgb(195,157,170); }
td.TdClassName
{
border-color: #C39DAA;
}
.TagClassName
{
border-color: #C39DAA;
}
</style>