Shades of Viola #C99BAC
Tints of Viola #C99BAC
RGB
CMYK
RGB Variations
Color information
#C99BAC (or 0xC99BAC) is known color: Viola. HEX triplet: C9, 9B and AC. RGB value is (201,155,172). Sum of RGB (Red+Green+Blue) = 201+155+172=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99BAC is #366453. Grayscale: #AAAAAA. Windows color (decimal): -3564628 or 11312073. OLE color: 11312073.
HSL color Cylindrical-coordinate representation of color #C99BAC: hue angle of 337.83º 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 #C99BAC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 172 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.21 |
| HSL | 337.83º | 0.3% | 0.7% | - |
| HSV(B) | 337.83º | 0.23% | 0.79% | - |
| XYZ | 43.26 | 38.84 | 44.25 | - |
| YUV | 170.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 172 | 0 | 0.23 | 0.14 | 0.21 | 337.83 | 0.3 | 0.7 |
| Hex | C9 | 9B | AC | 0 | 17 | E | 15 | 152 | 1E | 46 |
| Octal | 311 | 233 | 254 | 0 | 27 | 16 | 25 | 522 | 36 | 106 |
| Binary | 11001001 | 10011011 | 10101100 | 0 | 10111 | 1110 | 10101 | 101010010 | 11110 | 1000110 |
Color Harmonies of #C99BAC
Complementary color
Monochromatic Colors of #C99BAC
Black with #C99BAC
Text Example
Text Example
White with #C99BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BAC; }
p { color: rgb(201,155,172); }
H1.HeaderClassName
{
color: #C99BAC;
}
.AnyTagClassName
{
color: #C99BAC;
}
</style>
background-color css
<style>
a { background-color: #C99BAC; }
a { background-color: rgb(201,155,172); }
div.DivClassName
{
background-color: #C99BAC;
}
.BgClassName
{
background-color: #C99BAC;
}
</style>
border-color css
<style>
span { border-color: #C99BAC; }
span { border-color: rgb(201,155,172); }
td.TdClassName
{
border-color: #C99BAC;
}
.TagClassName
{
border-color: #C99BAC;
}
</style>