Shades of Viola #C4869F
Tints of Viola #C4869F
RGB
CMYK
RGB Variations
Color information
#C4869F (or 0xC4869F) is known color: Viola. HEX triplet: C4, 86 and 9F. RGB value is (196,134,159). Sum of RGB (Red+Green+Blue) = 196+134+159=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4869F is #3B7960. Grayscale: #9B9B9B. Windows color (decimal): -3897697 or 10454724. OLE color: 10454724.
HSL color Cylindrical-coordinate representation of color #C4869F: hue angle of 335.81º 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 #C4869F is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 159 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.23 |
| HSL | 335.81º | 0.34% | 0.65% | - |
| HSV(B) | 335.81º | 0.32% | 0.77% | - |
| XYZ | 37.55 | 31.29 | 36.86 | - |
| YUV | 155.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 159 | 0 | 0.32 | 0.19 | 0.23 | 335.81 | 0.34 | 0.65 |
| Hex | C4 | 86 | 9F | 0 | 20 | 13 | 17 | 150 | 22 | 41 |
| Octal | 304 | 206 | 237 | 0 | 40 | 23 | 27 | 520 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10011111 | 0 | 100000 | 10011 | 10111 | 101010000 | 100010 | 1000001 |
Color Harmonies of #C4869F
Complementary color
Monochromatic Colors of #C4869F
Black with #C4869F
Text Example
Text Example
White with #C4869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4869F; }
p { color: rgb(196,134,159); }
H1.HeaderClassName
{
color: #C4869F;
}
.AnyTagClassName
{
color: #C4869F;
}
</style>
background-color css
<style>
a { background-color: #C4869F; }
a { background-color: rgb(196,134,159); }
div.DivClassName
{
background-color: #C4869F;
}
.BgClassName
{
background-color: #C4869F;
}
</style>
border-color css
<style>
span { border-color: #C4869F; }
span { border-color: rgb(196,134,159); }
td.TdClassName
{
border-color: #C4869F;
}
.TagClassName
{
border-color: #C4869F;
}
</style>