Shades of Viola #C69CAB
Tints of Viola #C69CAB
RGB
CMYK
RGB Variations
Color information
#C69CAB (or 0xC69CAB) is known color: Viola. HEX triplet: C6, 9C and AB. RGB value is (198,156,171). Sum of RGB (Red+Green+Blue) = 198+156+171=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CAB is #396354. Grayscale: #AAAAAA. Windows color (decimal): -3760981 or 11246790. OLE color: 11246790.
HSL color Cylindrical-coordinate representation of color #C69CAB: hue angle of 338.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CAB is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 171 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.22 |
| HSL | 338.57º | 0.27% | 0.69% | - |
| HSV(B) | 338.57º | 0.21% | 0.78% | - |
| XYZ | 42.53 | 38.72 | 43.76 | - |
| YUV | 170.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 171 | 0 | 0.21 | 0.14 | 0.22 | 338.57 | 0.27 | 0.69 |
| Hex | C6 | 9C | AB | 0 | 15 | E | 16 | 153 | 1B | 45 |
| Octal | 306 | 234 | 253 | 0 | 25 | 16 | 26 | 523 | 33 | 105 |
| Binary | 11000110 | 10011100 | 10101011 | 0 | 10101 | 1110 | 10110 | 101010011 | 11011 | 1000101 |
Color Harmonies of #C69CAB
Complementary color
Monochromatic Colors of #C69CAB
Black with #C69CAB
Text Example
Text Example
White with #C69CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CAB; }
p { color: rgb(198,156,171); }
H1.HeaderClassName
{
color: #C69CAB;
}
.AnyTagClassName
{
color: #C69CAB;
}
</style>
background-color css
<style>
a { background-color: #C69CAB; }
a { background-color: rgb(198,156,171); }
div.DivClassName
{
background-color: #C69CAB;
}
.BgClassName
{
background-color: #C69CAB;
}
</style>
border-color css
<style>
span { border-color: #C69CAB; }
span { border-color: rgb(198,156,171); }
td.TdClassName
{
border-color: #C69CAB;
}
.TagClassName
{
border-color: #C69CAB;
}
</style>