Shades of Viola #C4869C
Tints of Viola #C4869C
RGB
CMYK
RGB Variations
Color information
#C4869C (or 0xC4869C) is known color: Viola. HEX triplet: C4, 86 and 9C. RGB value is (196,134,156). Sum of RGB (Red+Green+Blue) = 196+134+156=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4869C is #3B7963. Grayscale: #9B9B9B. Windows color (decimal): -3897700 or 10258116. OLE color: 10258116.
HSL color Cylindrical-coordinate representation of color #C4869C: hue angle of 338.71º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4869C is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 156 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.23 |
| HSL | 338.71º | 0.34% | 0.65% | - |
| HSV(B) | 338.71º | 0.32% | 0.77% | - |
| XYZ | 37.29 | 31.19 | 35.51 | - |
| YUV | 155.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 156 | 0 | 0.32 | 0.20 | 0.23 | 338.71 | 0.34 | 0.65 |
| Hex | C4 | 86 | 9C | 0 | 20 | 14 | 17 | 153 | 22 | 41 |
| Octal | 304 | 206 | 234 | 0 | 40 | 24 | 27 | 523 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10011100 | 0 | 100000 | 10100 | 10111 | 101010011 | 100010 | 1000001 |
Color Harmonies of #C4869C
Complementary color
Monochromatic Colors of #C4869C
Black with #C4869C
Text Example
Text Example
White with #C4869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4869C; }
p { color: rgb(196,134,156); }
H1.HeaderClassName
{
color: #C4869C;
}
.AnyTagClassName
{
color: #C4869C;
}
</style>
background-color css
<style>
a { background-color: #C4869C; }
a { background-color: rgb(196,134,156); }
div.DivClassName
{
background-color: #C4869C;
}
.BgClassName
{
background-color: #C4869C;
}
</style>
border-color css
<style>
span { border-color: #C4869C; }
span { border-color: rgb(196,134,156); }
td.TdClassName
{
border-color: #C4869C;
}
.TagClassName
{
border-color: #C4869C;
}
</style>