Shades of Viola #C29CA9
Tints of Viola #C29CA9
RGB
CMYK
RGB Variations
Color information
#C29CA9 (or 0xC29CA9) is known color: Viola. HEX triplet: C2, 9C and A9. RGB value is (194,156,169). Sum of RGB (Red+Green+Blue) = 194+156+169=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CA9 is #3D6356. Grayscale: #A8A8A8. Windows color (decimal): -4023127 or 11115714. OLE color: 11115714.
HSL color Cylindrical-coordinate representation of color #C29CA9: 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.2%. Process color model (Four color, CMYK) of #C29CA9 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 169 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.24 |
| HSL | 339.47º | 0.24% | 0.69% | - |
| HSV(B) | 339.47º | 0.2% | 0.76% | - |
| XYZ | 41.3 | 38.11 | 42.72 | - |
| YUV | 168.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 169 | 0 | 0.20 | 0.13 | 0.24 | 339.47 | 0.24 | 0.69 |
| Hex | C2 | 9C | A9 | 0 | 14 | D | 18 | 153 | 18 | 45 |
| Octal | 302 | 234 | 251 | 0 | 24 | 15 | 30 | 523 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10101001 | 0 | 10100 | 1101 | 11000 | 101010011 | 11000 | 1000101 |
Color Harmonies of #C29CA9
Complementary color
Monochromatic Colors of #C29CA9
Black with #C29CA9
Text Example
Text Example
White with #C29CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CA9; }
p { color: rgb(194,156,169); }
H1.HeaderClassName
{
color: #C29CA9;
}
.AnyTagClassName
{
color: #C29CA9;
}
</style>
background-color css
<style>
a { background-color: #C29CA9; }
a { background-color: rgb(194,156,169); }
div.DivClassName
{
background-color: #C29CA9;
}
.BgClassName
{
background-color: #C29CA9;
}
</style>
border-color css
<style>
span { border-color: #C29CA9; }
span { border-color: rgb(194,156,169); }
td.TdClassName
{
border-color: #C29CA9;
}
.TagClassName
{
border-color: #C29CA9;
}
</style>