Shades of Viola #C28F96
Tints of Viola #C28F96
RGB
CMYK
RGB Variations
Color information
#C28F96 (or 0xC28F96) is known color: Viola. HEX triplet: C2, 8F and 96. RGB value is (194,143,150). Sum of RGB (Red+Green+Blue) = 194+143+150=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F96 is #3D7069. Grayscale: #9F9F9F. Windows color (decimal): -4026474 or 9867202. OLE color: 9867202.
HSL color Cylindrical-coordinate representation of color #C28F96: hue angle of 351.76º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28F96 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 150 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.24 |
| HSL | 351.76º | 0.29% | 0.66% | - |
| HSV(B) | 351.76º | 0.26% | 0.76% | - |
| XYZ | 37.58 | 33.32 | 33.3 | - |
| YUV | 159.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 150 | 0 | 0.26 | 0.23 | 0.24 | 351.76 | 0.29 | 0.66 |
| Hex | C2 | 8F | 96 | 0 | 1A | 17 | 18 | 160 | 1D | 42 |
| Octal | 302 | 217 | 226 | 0 | 32 | 27 | 30 | 540 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10010110 | 0 | 11010 | 10111 | 11000 | 101100000 | 11101 | 1000010 |
Color Harmonies of #C28F96
Complementary color
Monochromatic Colors of #C28F96
Black with #C28F96
Text Example
Text Example
White with #C28F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F96; }
p { color: rgb(194,143,150); }
H1.HeaderClassName
{
color: #C28F96;
}
.AnyTagClassName
{
color: #C28F96;
}
</style>
background-color css
<style>
a { background-color: #C28F96; }
a { background-color: rgb(194,143,150); }
div.DivClassName
{
background-color: #C28F96;
}
.BgClassName
{
background-color: #C28F96;
}
</style>
border-color css
<style>
span { border-color: #C28F96; }
span { border-color: rgb(194,143,150); }
td.TdClassName
{
border-color: #C28F96;
}
.TagClassName
{
border-color: #C28F96;
}
</style>