Shades of Viola #C68F96
Tints of Viola #C68F96
RGB
CMYK
RGB Variations
Color information
#C68F96 (or 0xC68F96) is known color: Viola. HEX triplet: C6, 8F and 96. RGB value is (198,143,150). Sum of RGB (Red+Green+Blue) = 198+143+150=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F96 is #397069. Grayscale: #A0A0A0. Windows color (decimal): -3764330 or 9867206. OLE color: 9867206.
HSL color Cylindrical-coordinate representation of color #C68F96: hue angle of 352.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68F96 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 150 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.22 |
| HSL | 352.36º | 0.33% | 0.67% | - |
| HSV(B) | 352.36º | 0.28% | 0.78% | - |
| XYZ | 38.62 | 33.85 | 33.35 | - |
| YUV | 160.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 150 | 0 | 0.28 | 0.24 | 0.22 | 352.36 | 0.33 | 0.67 |
| Hex | C6 | 8F | 96 | 0 | 1C | 18 | 16 | 160 | 21 | 43 |
| Octal | 306 | 217 | 226 | 0 | 34 | 30 | 26 | 540 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10010110 | 0 | 11100 | 11000 | 10110 | 101100000 | 100001 | 1000011 |
Color Harmonies of #C68F96
Complementary color
Monochromatic Colors of #C68F96
Black with #C68F96
Text Example
Text Example
White with #C68F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F96; }
p { color: rgb(198,143,150); }
H1.HeaderClassName
{
color: #C68F96;
}
.AnyTagClassName
{
color: #C68F96;
}
</style>
background-color css
<style>
a { background-color: #C68F96; }
a { background-color: rgb(198,143,150); }
div.DivClassName
{
background-color: #C68F96;
}
.BgClassName
{
background-color: #C68F96;
}
</style>
border-color css
<style>
span { border-color: #C68F96; }
span { border-color: rgb(198,143,150); }
td.TdClassName
{
border-color: #C68F96;
}
.TagClassName
{
border-color: #C68F96;
}
</style>