Shades of Viola #C88C9A
Tints of Viola #C88C9A
RGB
CMYK
RGB Variations
Color information
#C88C9A (or 0xC88C9A) is known color: Viola. HEX triplet: C8, 8C and 9A. RGB value is (200,140,154). Sum of RGB (Red+Green+Blue) = 200+140+154=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C9A is #377365. Grayscale: #9F9F9F. Windows color (decimal): -3634022 or 10128584. OLE color: 10128584.
HSL color Cylindrical-coordinate representation of color #C88C9A: hue angle of 346º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88C9A is Cyan = 0, Magento = 0.3, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 154 | - |
| CMYK | 0 | 0.3 | 0.23 | 0.22 |
| HSL | 346º | 0.35% | 0.67% | - |
| HSV(B) | 346º | 0.3% | 0.78% | - |
| XYZ | 39.03 | 33.37 | 34.96 | - |
| YUV | 159.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 154 | 0 | 0.3 | 0.23 | 0.22 | 346 | 0.35 | 0.67 |
| Hex | C8 | 8C | 9A | 0 | 1E | 17 | 16 | 15A | 23 | 43 |
| Octal | 310 | 214 | 232 | 0 | 36 | 27 | 26 | 532 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10011010 | 0 | 11110 | 10111 | 10110 | 101011010 | 100011 | 1000011 |
Color Harmonies of #C88C9A
Complementary color
Monochromatic Colors of #C88C9A
Black with #C88C9A
Text Example
Text Example
White with #C88C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C9A; }
p { color: rgb(200,140,154); }
H1.HeaderClassName
{
color: #C88C9A;
}
.AnyTagClassName
{
color: #C88C9A;
}
</style>
background-color css
<style>
a { background-color: #C88C9A; }
a { background-color: rgb(200,140,154); }
div.DivClassName
{
background-color: #C88C9A;
}
.BgClassName
{
background-color: #C88C9A;
}
</style>
border-color css
<style>
span { border-color: #C88C9A; }
span { border-color: rgb(200,140,154); }
td.TdClassName
{
border-color: #C88C9A;
}
.TagClassName
{
border-color: #C88C9A;
}
</style>