Shades of Viola #C998A7
Tints of Viola #C998A7
RGB
CMYK
RGB Variations
Color information
#C998A7 (or 0xC998A7) is known color: Viola. HEX triplet: C9, 98 and A7. RGB value is (201,152,167). Sum of RGB (Red+Green+Blue) = 201+152+167=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C998A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998A7 is #366758. Grayscale: #A8A8A8. Windows color (decimal): -3565401 or 10983625. OLE color: 10983625.
HSL color Cylindrical-coordinate representation of color #C998A7: hue angle of 341.63º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998A7 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 167 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.21 |
| HSL | 341.63º | 0.31% | 0.69% | - |
| HSV(B) | 341.63º | 0.24% | 0.79% | - |
| XYZ | 42.29 | 37.66 | 41.6 | - |
| YUV | 168.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 167 | 0 | 0.24 | 0.17 | 0.21 | 341.63 | 0.31 | 0.69 |
| Hex | C9 | 98 | A7 | 0 | 18 | 11 | 15 | 156 | 1F | 45 |
| Octal | 311 | 230 | 247 | 0 | 30 | 21 | 25 | 526 | 37 | 105 |
| Binary | 11001001 | 10011000 | 10100111 | 0 | 11000 | 10001 | 10101 | 101010110 | 11111 | 1000101 |
Color Harmonies of #C998A7
Complementary color
Monochromatic Colors of #C998A7
Black with #C998A7
Text Example
Text Example
White with #C998A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C998A7; }
p { color: rgb(201,152,167); }
H1.HeaderClassName
{
color: #C998A7;
}
.AnyTagClassName
{
color: #C998A7;
}
</style>
background-color css
<style>
a { background-color: #C998A7; }
a { background-color: rgb(201,152,167); }
div.DivClassName
{
background-color: #C998A7;
}
.BgClassName
{
background-color: #C998A7;
}
</style>
border-color css
<style>
span { border-color: #C998A7; }
span { border-color: rgb(201,152,167); }
td.TdClassName
{
border-color: #C998A7;
}
.TagClassName
{
border-color: #C998A7;
}
</style>