Shades of Viola #C29CA7
Tints of Viola #C29CA7
RGB
CMYK
RGB Variations
Color information
#C29CA7 (or 0xC29CA7) is known color: Viola. HEX triplet: C2, 9C and A7. RGB value is (194,156,167). Sum of RGB (Red+Green+Blue) = 194+156+167=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C29CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29CA7 is #3D6358. Grayscale: #A8A8A8. Windows color (decimal): -4023129 or 10984642. OLE color: 10984642.
HSL color Cylindrical-coordinate representation of color #C29CA7: hue angle of 342.63º 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 #C29CA7 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 167 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.24 |
| HSL | 342.63º | 0.24% | 0.69% | - |
| HSV(B) | 342.63º | 0.2% | 0.76% | - |
| XYZ | 41.11 | 38.04 | 41.73 | - |
| YUV | 168.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 167 | 0 | 0.20 | 0.14 | 0.24 | 342.63 | 0.24 | 0.69 |
| Hex | C2 | 9C | A7 | 0 | 14 | E | 18 | 157 | 18 | 45 |
| Octal | 302 | 234 | 247 | 0 | 24 | 16 | 30 | 527 | 30 | 105 |
| Binary | 11000010 | 10011100 | 10100111 | 0 | 10100 | 1110 | 11000 | 101010111 | 11000 | 1000101 |
Color Harmonies of #C29CA7
Complementary color
Monochromatic Colors of #C29CA7
Black with #C29CA7
Text Example
Text Example
White with #C29CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29CA7; }
p { color: rgb(194,156,167); }
H1.HeaderClassName
{
color: #C29CA7;
}
.AnyTagClassName
{
color: #C29CA7;
}
</style>
background-color css
<style>
a { background-color: #C29CA7; }
a { background-color: rgb(194,156,167); }
div.DivClassName
{
background-color: #C29CA7;
}
.BgClassName
{
background-color: #C29CA7;
}
</style>
border-color css
<style>
span { border-color: #C29CA7; }
span { border-color: rgb(194,156,167); }
td.TdClassName
{
border-color: #C29CA7;
}
.TagClassName
{
border-color: #C29CA7;
}
</style>