Shades of Viola #C99CAB
Tints of Viola #C99CAB
RGB
CMYK
RGB Variations
Color information
#C99CAB (or 0xC99CAB) is known color: Viola. HEX triplet: C9, 9C and AB. RGB value is (201,156,171). Sum of RGB (Red+Green+Blue) = 201+156+171=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C99CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99CAB is #366354. Grayscale: #ABABAB. Windows color (decimal): -3564373 or 11246793. OLE color: 11246793.
HSL color Cylindrical-coordinate representation of color #C99CAB: hue angle of 340º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99CAB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 171 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.21 |
| HSL | 340º | 0.29% | 0.7% | - |
| HSV(B) | 340º | 0.22% | 0.79% | - |
| XYZ | 43.33 | 39.13 | 43.8 | - |
| YUV | 171.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 171 | 0 | 0.22 | 0.15 | 0.21 | 340 | 0.29 | 0.7 |
| Hex | C9 | 9C | AB | 0 | 16 | F | 15 | 154 | 1D | 46 |
| Octal | 311 | 234 | 253 | 0 | 26 | 17 | 25 | 524 | 35 | 106 |
| Binary | 11001001 | 10011100 | 10101011 | 0 | 10110 | 1111 | 10101 | 101010100 | 11101 | 1000110 |
Color Harmonies of #C99CAB
Complementary color
Monochromatic Colors of #C99CAB
Black with #C99CAB
Text Example
Text Example
White with #C99CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CAB; }
p { color: rgb(201,156,171); }
H1.HeaderClassName
{
color: #C99CAB;
}
.AnyTagClassName
{
color: #C99CAB;
}
</style>
background-color css
<style>
a { background-color: #C99CAB; }
a { background-color: rgb(201,156,171); }
div.DivClassName
{
background-color: #C99CAB;
}
.BgClassName
{
background-color: #C99CAB;
}
</style>
border-color css
<style>
span { border-color: #C99CAB; }
span { border-color: rgb(201,156,171); }
td.TdClassName
{
border-color: #C99CAB;
}
.TagClassName
{
border-color: #C99CAB;
}
</style>