Shades of Viola #C68A9B
Tints of Viola #C68A9B
RGB
CMYK
RGB Variations
Color information
#C68A9B (or 0xC68A9B) is known color: Viola. HEX triplet: C6, 8A and 9B. RGB value is (198,138,155). Sum of RGB (Red+Green+Blue) = 198+138+155=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9B is #397564. Grayscale: #9D9D9D. Windows color (decimal): -3765605 or 10193606. OLE color: 10193606.
HSL color Cylindrical-coordinate representation of color #C68A9B: hue angle of 343º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68A9B is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 155 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.22 |
| HSL | 343º | 0.34% | 0.66% | - |
| HSV(B) | 343º | 0.3% | 0.78% | - |
| XYZ | 38.29 | 32.55 | 35.27 | - |
| YUV | 157.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 155 | 0 | 0.30 | 0.22 | 0.22 | 343 | 0.34 | 0.66 |
| Hex | C6 | 8A | 9B | 0 | 1E | 16 | 16 | 157 | 22 | 42 |
| Octal | 306 | 212 | 233 | 0 | 36 | 26 | 26 | 527 | 42 | 102 |
| Binary | 11000110 | 10001010 | 10011011 | 0 | 11110 | 10110 | 10110 | 101010111 | 100010 | 1000010 |
Color Harmonies of #C68A9B
Complementary color
Monochromatic Colors of #C68A9B
Black with #C68A9B
Text Example
Text Example
White with #C68A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A9B; }
p { color: rgb(198,138,155); }
H1.HeaderClassName
{
color: #C68A9B;
}
.AnyTagClassName
{
color: #C68A9B;
}
</style>
background-color css
<style>
a { background-color: #C68A9B; }
a { background-color: rgb(198,138,155); }
div.DivClassName
{
background-color: #C68A9B;
}
.BgClassName
{
background-color: #C68A9B;
}
</style>
border-color css
<style>
span { border-color: #C68A9B; }
span { border-color: rgb(198,138,155); }
td.TdClassName
{
border-color: #C68A9B;
}
.TagClassName
{
border-color: #C68A9B;
}
</style>