Shades of Viola #C697AA
Tints of Viola #C697AA
RGB
CMYK
RGB Variations
Color information
#C697AA (or 0xC697AA) is known color: Viola. HEX triplet: C6, 97 and AA. RGB value is (198,151,170). Sum of RGB (Red+Green+Blue) = 198+151+170=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C697AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C697AA is #396855. Grayscale: #A7A7A7. Windows color (decimal): -3762262 or 11179974. OLE color: 11179974.
HSL color Cylindrical-coordinate representation of color #C697AA: hue angle of 335.74º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C697AA is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 170 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.22 |
| HSL | 335.74º | 0.29% | 0.68% | - |
| HSV(B) | 335.74º | 0.24% | 0.78% | - |
| XYZ | 41.61 | 37.04 | 42.99 | - |
| YUV | 167.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 170 | 0 | 0.24 | 0.14 | 0.22 | 335.74 | 0.29 | 0.68 |
| Hex | C6 | 97 | AA | 0 | 18 | E | 16 | 150 | 1D | 44 |
| Octal | 306 | 227 | 252 | 0 | 30 | 16 | 26 | 520 | 35 | 104 |
| Binary | 11000110 | 10010111 | 10101010 | 0 | 11000 | 1110 | 10110 | 101010000 | 11101 | 1000100 |
Color Harmonies of #C697AA
Complementary color
Monochromatic Colors of #C697AA
Black with #C697AA
Text Example
Text Example
White with #C697AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697AA; }
p { color: rgb(198,151,170); }
H1.HeaderClassName
{
color: #C697AA;
}
.AnyTagClassName
{
color: #C697AA;
}
</style>
background-color css
<style>
a { background-color: #C697AA; }
a { background-color: rgb(198,151,170); }
div.DivClassName
{
background-color: #C697AA;
}
.BgClassName
{
background-color: #C697AA;
}
</style>
border-color css
<style>
span { border-color: #C697AA; }
span { border-color: rgb(198,151,170); }
td.TdClassName
{
border-color: #C697AA;
}
.TagClassName
{
border-color: #C697AA;
}
</style>