Shades of Viola #C28B96
Tints of Viola #C28B96
RGB
CMYK
RGB Variations
Color information
#C28B96 (or 0xC28B96) is known color: Viola. HEX triplet: C2, 8B and 96. RGB value is (194,139,150). Sum of RGB (Red+Green+Blue) = 194+139+150=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B96 is #3D7469. Grayscale: #9C9C9C. Windows color (decimal): -4027498 or 9866178. OLE color: 9866178.
HSL color Cylindrical-coordinate representation of color #C28B96: hue angle of 348º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28B96 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 150 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.24 |
| HSL | 348º | 0.31% | 0.65% | - |
| HSV(B) | 348º | 0.28% | 0.76% | - |
| XYZ | 36.99 | 32.14 | 33.11 | - |
| YUV | 156.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 150 | 0 | 0.28 | 0.23 | 0.24 | 348 | 0.31 | 0.65 |
| Hex | C2 | 8B | 96 | 0 | 1C | 17 | 18 | 15C | 1F | 41 |
| Octal | 302 | 213 | 226 | 0 | 34 | 27 | 30 | 534 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10010110 | 0 | 11100 | 10111 | 11000 | 101011100 | 11111 | 1000001 |
Color Harmonies of #C28B96
Complementary color
Monochromatic Colors of #C28B96
Black with #C28B96
Text Example
Text Example
White with #C28B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28B96; }
p { color: rgb(194,139,150); }
H1.HeaderClassName
{
color: #C28B96;
}
.AnyTagClassName
{
color: #C28B96;
}
</style>
background-color css
<style>
a { background-color: #C28B96; }
a { background-color: rgb(194,139,150); }
div.DivClassName
{
background-color: #C28B96;
}
.BgClassName
{
background-color: #C28B96;
}
</style>
border-color css
<style>
span { border-color: #C28B96; }
span { border-color: rgb(194,139,150); }
td.TdClassName
{
border-color: #C28B96;
}
.TagClassName
{
border-color: #C28B96;
}
</style>