Shades of Viola #C99BAA
Tints of Viola #C99BAA
RGB
CMYK
RGB Variations
Color information
#C99BAA (or 0xC99BAA) is known color: Viola. HEX triplet: C9, 9B and AA. RGB value is (201,155,170). Sum of RGB (Red+Green+Blue) = 201+155+170=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAA is #366455. Grayscale: #AAAAAA. Windows color (decimal): -3564630 or 11181001. OLE color: 11181001.
HSL color Cylindrical-coordinate representation of color #C99BAA: hue angle of 340.43º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BAA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 170 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.21 |
| HSL | 340.43º | 0.3% | 0.7% | - |
| HSV(B) | 340.43º | 0.23% | 0.79% | - |
| XYZ | 43.06 | 38.76 | 43.24 | - |
| YUV | 170.46 | 127.74 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 170 | 0 | 0.23 | 0.15 | 0.21 | 340.43 | 0.3 | 0.7 |
| Hex | C9 | 9B | AA | 0 | 17 | F | 15 | 154 | 1E | 46 |
| Octal | 311 | 233 | 252 | 0 | 27 | 17 | 25 | 524 | 36 | 106 |
| Binary | 11001001 | 10011011 | 10101010 | 0 | 10111 | 1111 | 10101 | 101010100 | 11110 | 1000110 |
Color Harmonies of #C99BAA
Complementary color
Monochromatic Colors of #C99BAA
Black with #C99BAA
Text Example
Text Example
White with #C99BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BAA; }
p { color: rgb(201,155,170); }
H1.HeaderClassName
{
color: #C99BAA;
}
.AnyTagClassName
{
color: #C99BAA;
}
</style>
background-color css
<style>
a { background-color: #C99BAA; }
a { background-color: rgb(201,155,170); }
div.DivClassName
{
background-color: #C99BAA;
}
.BgClassName
{
background-color: #C99BAA;
}
</style>
border-color css
<style>
span { border-color: #C99BAA; }
span { border-color: rgb(201,155,170); }
td.TdClassName
{
border-color: #C99BAA;
}
.TagClassName
{
border-color: #C99BAA;
}
</style>