Shades of Viola #C8899E
Tints of Viola #C8899E
RGB
CMYK
RGB Variations
Color information
#C8899E (or 0xC8899E) is known color: Viola. HEX triplet: C8, 89 and 9E. RGB value is (200,137,158). Sum of RGB (Red+Green+Blue) = 200+137+158=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8899E is #377661. Grayscale: #9E9E9E. Windows color (decimal): -3634786 or 10389960. OLE color: 10389960.
HSL color Cylindrical-coordinate representation of color #C8899E: hue angle of 340º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8899E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 137 | 158 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.22 |
| HSL | 340º | 0.36% | 0.66% | - |
| HSV(B) | 340º | 0.32% | 0.78% | - |
| XYZ | 38.94 | 32.64 | 36.6 | - |
| YUV | 158.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 137 | 158 | 0 | 0.32 | 0.21 | 0.22 | 340 | 0.36 | 0.66 |
| Hex | C8 | 89 | 9E | 0 | 20 | 15 | 16 | 154 | 24 | 42 |
| Octal | 310 | 211 | 236 | 0 | 40 | 25 | 26 | 524 | 44 | 102 |
| Binary | 11001000 | 10001001 | 10011110 | 0 | 100000 | 10101 | 10110 | 101010100 | 100100 | 1000010 |
Color Harmonies of #C8899E
Complementary color
Monochromatic Colors of #C8899E
Black with #C8899E
Text Example
Text Example
White with #C8899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8899E; }
p { color: rgb(200,137,158); }
H1.HeaderClassName
{
color: #C8899E;
}
.AnyTagClassName
{
color: #C8899E;
}
</style>
background-color css
<style>
a { background-color: #C8899E; }
a { background-color: rgb(200,137,158); }
div.DivClassName
{
background-color: #C8899E;
}
.BgClassName
{
background-color: #C8899E;
}
</style>
border-color css
<style>
span { border-color: #C8899E; }
span { border-color: rgb(200,137,158); }
td.TdClassName
{
border-color: #C8899E;
}
.TagClassName
{
border-color: #C8899E;
}
</style>