Shades of Viola #C29CA8
Tints of Viola #C29CA8
RGB
CMYK
RGB Variations
Color information
#C29CA8 (or 0xC29CA8) is known color: Viola. HEX triplet: C2, 9C and A8. RGB value is (194,156,168). Sum of RGB (Red+Green+Blue) = 194+156+168=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CA8 is #3D6357. Grayscale: #A8A8A8. Windows color (decimal): -4023128 or 11050178. OLE color: 11050178.
HSL color Cylindrical-coordinate representation of color #C29CA8: hue angle of 341.05º 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 #C29CA8 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 168 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.24 |
| HSL | 341.05º | 0.24% | 0.69% | - |
| HSV(B) | 341.05º | 0.2% | 0.76% | - |
| XYZ | 41.2 | 38.07 | 42.22 | - |
| YUV | 168.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 168 | 0 | 0.20 | 0.13 | 0.24 | 341.05 | 0.24 | 0.69 |
| Hex | C2 | 9C | A8 | 0 | 14 | D | 18 | 155 | 18 | 45 |
| Octal | 302 | 234 | 250 | 0 | 24 | 15 | 30 | 525 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10101000 | 0 | 10100 | 1101 | 11000 | 101010101 | 11000 | 1000101 |
Color Harmonies of #C29CA8
Complementary color
Monochromatic Colors of #C29CA8
Black with #C29CA8
Text Example
Text Example
White with #C29CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CA8; }
p { color: rgb(194,156,168); }
H1.HeaderClassName
{
color: #C29CA8;
}
.AnyTagClassName
{
color: #C29CA8;
}
</style>
background-color css
<style>
a { background-color: #C29CA8; }
a { background-color: rgb(194,156,168); }
div.DivClassName
{
background-color: #C29CA8;
}
.BgClassName
{
background-color: #C29CA8;
}
</style>
border-color css
<style>
span { border-color: #C29CA8; }
span { border-color: rgb(194,156,168); }
td.TdClassName
{
border-color: #C29CA8;
}
.TagClassName
{
border-color: #C29CA8;
}
</style>