Shades of Viola #C28C97
Tints of Viola #C28C97
RGB
CMYK
RGB Variations
Color information
#C28C97 (or 0xC28C97) is known color: Viola. HEX triplet: C2, 8C and 97. RGB value is (194,140,151). Sum of RGB (Red+Green+Blue) = 194+140+151=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C97 is #3D7368. Grayscale: #9D9D9D. Windows color (decimal): -4027241 or 9931970. OLE color: 9931970.
HSL color Cylindrical-coordinate representation of color #C28C97: hue angle of 347.78º 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 #C28C97 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 151 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.24 |
| HSL | 347.78º | 0.31% | 0.65% | - |
| HSV(B) | 347.78º | 0.28% | 0.76% | - |
| XYZ | 37.21 | 32.46 | 33.58 | - |
| YUV | 157.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 151 | 0 | 0.28 | 0.22 | 0.24 | 347.78 | 0.31 | 0.65 |
| Hex | C2 | 8C | 97 | 0 | 1C | 16 | 18 | 15C | 1F | 41 |
| Octal | 302 | 214 | 227 | 0 | 34 | 26 | 30 | 534 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10010111 | 0 | 11100 | 10110 | 11000 | 101011100 | 11111 | 1000001 |
Color Harmonies of #C28C97
Complementary color
Monochromatic Colors of #C28C97
Black with #C28C97
Text Example
Text Example
White with #C28C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C97; }
p { color: rgb(194,140,151); }
H1.HeaderClassName
{
color: #C28C97;
}
.AnyTagClassName
{
color: #C28C97;
}
</style>
background-color css
<style>
a { background-color: #C28C97; }
a { background-color: rgb(194,140,151); }
div.DivClassName
{
background-color: #C28C97;
}
.BgClassName
{
background-color: #C28C97;
}
</style>
border-color css
<style>
span { border-color: #C28C97; }
span { border-color: rgb(194,140,151); }
td.TdClassName
{
border-color: #C28C97;
}
.TagClassName
{
border-color: #C28C97;
}
</style>