Shades of Viola #C68C97
Tints of Viola #C68C97
RGB
CMYK
RGB Variations
Color information
#C68C97 (or 0xC68C97) is known color: Viola. HEX triplet: C6, 8C and 97. RGB value is (198,140,151). Sum of RGB (Red+Green+Blue) = 198+140+151=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C97 is #397368. Grayscale: #9E9E9E. Windows color (decimal): -3765097 or 9931974. OLE color: 9931974.
HSL color Cylindrical-coordinate representation of color #C68C97: hue angle of 348.62º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C68C97 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 151 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.22 |
| HSL | 348.62º | 0.34% | 0.66% | - |
| HSV(B) | 348.62º | 0.29% | 0.78% | - |
| XYZ | 38.25 | 33 | 33.63 | - |
| YUV | 158.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 151 | 0 | 0.29 | 0.24 | 0.22 | 348.62 | 0.34 | 0.66 |
| Hex | C6 | 8C | 97 | 0 | 1D | 18 | 16 | 15D | 22 | 42 |
| Octal | 306 | 214 | 227 | 0 | 35 | 30 | 26 | 535 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10010111 | 0 | 11101 | 11000 | 10110 | 101011101 | 100010 | 1000010 |
Color Harmonies of #C68C97
Complementary color
Monochromatic Colors of #C68C97
Black with #C68C97
Text Example
Text Example
White with #C68C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C97; }
p { color: rgb(198,140,151); }
H1.HeaderClassName
{
color: #C68C97;
}
.AnyTagClassName
{
color: #C68C97;
}
</style>
background-color css
<style>
a { background-color: #C68C97; }
a { background-color: rgb(198,140,151); }
div.DivClassName
{
background-color: #C68C97;
}
.BgClassName
{
background-color: #C68C97;
}
</style>
border-color css
<style>
span { border-color: #C68C97; }
span { border-color: rgb(198,140,151); }
td.TdClassName
{
border-color: #C68C97;
}
.TagClassName
{
border-color: #C68C97;
}
</style>