Shades of Viola #C68C99
Tints of Viola #C68C99
RGB
CMYK
RGB Variations
Color information
#C68C99 (or 0xC68C99) is known color: Viola. HEX triplet: C6, 8C and 99. RGB value is (198,140,153). Sum of RGB (Red+Green+Blue) = 198+140+153=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C99 is #397366. Grayscale: #9E9E9E. Windows color (decimal): -3765095 or 10063046. OLE color: 10063046.
HSL color Cylindrical-coordinate representation of color #C68C99: hue angle of 346.55º 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 #C68C99 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 153 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.22 |
| HSL | 346.55º | 0.34% | 0.66% | - |
| HSV(B) | 346.55º | 0.29% | 0.78% | - |
| XYZ | 38.42 | 33.06 | 34.49 | - |
| YUV | 158.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 153 | 0 | 0.29 | 0.23 | 0.22 | 346.55 | 0.34 | 0.66 |
| Hex | C6 | 8C | 99 | 0 | 1D | 17 | 16 | 15B | 22 | 42 |
| Octal | 306 | 214 | 231 | 0 | 35 | 27 | 26 | 533 | 42 | 102 |
| Binary | 11000110 | 10001100 | 10011001 | 0 | 11101 | 10111 | 10110 | 101011011 | 100010 | 1000010 |
Color Harmonies of #C68C99
Complementary color
Monochromatic Colors of #C68C99
Black with #C68C99
Text Example
Text Example
White with #C68C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C99; }
p { color: rgb(198,140,153); }
H1.HeaderClassName
{
color: #C68C99;
}
.AnyTagClassName
{
color: #C68C99;
}
</style>
background-color css
<style>
a { background-color: #C68C99; }
a { background-color: rgb(198,140,153); }
div.DivClassName
{
background-color: #C68C99;
}
.BgClassName
{
background-color: #C68C99;
}
</style>
border-color css
<style>
span { border-color: #C68C99; }
span { border-color: rgb(198,140,153); }
td.TdClassName
{
border-color: #C68C99;
}
.TagClassName
{
border-color: #C68C99;
}
</style>