Shades of Viola #C29CAA
Tints of Viola #C29CAA
RGB
CMYK
RGB Variations
Color information
#C29CAA (or 0xC29CAA) is known color: Viola. HEX triplet: C2, 9C and AA. RGB value is (194,156,170). Sum of RGB (Red+Green+Blue) = 194+156+170=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CAA is #3D6355. Grayscale: #A8A8A8. Windows color (decimal): -4023126 or 11181250. OLE color: 11181250.
HSL color Cylindrical-coordinate representation of color #C29CAA: hue angle of 337.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29CAA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 170 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.24 |
| HSL | 337.89º | 0.24% | 0.69% | - |
| HSV(B) | 337.89º | 0.2% | 0.76% | - |
| XYZ | 41.39 | 38.15 | 43.21 | - |
| YUV | 168.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 170 | 0 | 0.20 | 0.12 | 0.24 | 337.89 | 0.24 | 0.69 |
| Hex | C2 | 9C | AA | 0 | 14 | C | 18 | 152 | 18 | 45 |
| Octal | 302 | 234 | 252 | 0 | 24 | 14 | 30 | 522 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10101010 | 0 | 10100 | 1100 | 11000 | 101010010 | 11000 | 1000101 |
Color Harmonies of #C29CAA
Complementary color
Monochromatic Colors of #C29CAA
Black with #C29CAA
Text Example
Text Example
White with #C29CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CAA; }
p { color: rgb(194,156,170); }
H1.HeaderClassName
{
color: #C29CAA;
}
.AnyTagClassName
{
color: #C29CAA;
}
</style>
background-color css
<style>
a { background-color: #C29CAA; }
a { background-color: rgb(194,156,170); }
div.DivClassName
{
background-color: #C29CAA;
}
.BgClassName
{
background-color: #C29CAA;
}
</style>
border-color css
<style>
span { border-color: #C29CAA; }
span { border-color: rgb(194,156,170); }
td.TdClassName
{
border-color: #C29CAA;
}
.TagClassName
{
border-color: #C29CAA;
}
</style>