Shades of Viola #C297A0
Tints of Viola #C297A0
RGB
CMYK
RGB Variations
Color information
#C297A0 (or 0xC297A0) is known color: Viola. HEX triplet: C2, 97 and A0. RGB value is (194,151,160). Sum of RGB (Red+Green+Blue) = 194+151+160=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C297A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C297A0 is #3D685F. Grayscale: #A4A4A4. Windows color (decimal): -4024416 or 10524610. OLE color: 10524610.
HSL color Cylindrical-coordinate representation of color #C297A0: hue angle of 347.44º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C297A0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 160 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.24 |
| HSL | 347.44º | 0.26% | 0.68% | - |
| HSV(B) | 347.44º | 0.22% | 0.76% | - |
| XYZ | 39.66 | 36.14 | 38.14 | - |
| YUV | 164.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 160 | 0 | 0.22 | 0.18 | 0.24 | 347.44 | 0.26 | 0.68 |
| Hex | C2 | 97 | A0 | 0 | 16 | 12 | 18 | 15B | 1A | 44 |
| Octal | 302 | 227 | 240 | 0 | 26 | 22 | 30 | 533 | 32 | 104 |
| Binary | 11000010 | 10010111 | 10100000 | 0 | 10110 | 10010 | 11000 | 101011011 | 11010 | 1000100 |
Color Harmonies of #C297A0
Complementary color
Monochromatic Colors of #C297A0
Black with #C297A0
Text Example
Text Example
White with #C297A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C297A0; }
p { color: rgb(194,151,160); }
H1.HeaderClassName
{
color: #C297A0;
}
.AnyTagClassName
{
color: #C297A0;
}
</style>
background-color css
<style>
a { background-color: #C297A0; }
a { background-color: rgb(194,151,160); }
div.DivClassName
{
background-color: #C297A0;
}
.BgClassName
{
background-color: #C297A0;
}
</style>
border-color css
<style>
span { border-color: #C297A0; }
span { border-color: rgb(194,151,160); }
td.TdClassName
{
border-color: #C297A0;
}
.TagClassName
{
border-color: #C297A0;
}
</style>