Shades of Viola #C99BAB
Tints of Viola #C99BAB
RGB
CMYK
RGB Variations
Color information
#C99BAB (or 0xC99BAB) is known color: Viola. HEX triplet: C9, 9B and AB. RGB value is (201,155,171). Sum of RGB (Red+Green+Blue) = 201+155+171=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAB is #366454. Grayscale: #AAAAAA. Windows color (decimal): -3564629 or 11246537. OLE color: 11246537.
HSL color Cylindrical-coordinate representation of color #C99BAB: hue angle of 339.13º 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 #C99BAB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 171 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.21 |
| HSL | 339.13º | 0.3% | 0.7% | - |
| HSV(B) | 339.13º | 0.23% | 0.79% | - |
| XYZ | 43.16 | 38.8 | 43.74 | - |
| YUV | 170.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 171 | 0 | 0.23 | 0.15 | 0.21 | 339.13 | 0.3 | 0.7 |
| Hex | C9 | 9B | AB | 0 | 17 | F | 15 | 153 | 1E | 46 |
| Octal | 311 | 233 | 253 | 0 | 27 | 17 | 25 | 523 | 36 | 106 |
| Binary | 11001001 | 10011011 | 10101011 | 0 | 10111 | 1111 | 10101 | 101010011 | 11110 | 1000110 |
Color Harmonies of #C99BAB
Complementary color
Monochromatic Colors of #C99BAB
Black with #C99BAB
Text Example
Text Example
White with #C99BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BAB; }
p { color: rgb(201,155,171); }
H1.HeaderClassName
{
color: #C99BAB;
}
.AnyTagClassName
{
color: #C99BAB;
}
</style>
background-color css
<style>
a { background-color: #C99BAB; }
a { background-color: rgb(201,155,171); }
div.DivClassName
{
background-color: #C99BAB;
}
.BgClassName
{
background-color: #C99BAB;
}
</style>
border-color css
<style>
span { border-color: #C99BAB; }
span { border-color: rgb(201,155,171); }
td.TdClassName
{
border-color: #C99BAB;
}
.TagClassName
{
border-color: #C99BAB;
}
</style>