Shades of Viola #C7929B
Tints of Viola #C7929B
RGB
CMYK
RGB Variations
Color information
#C7929B (or 0xC7929B) is known color: Viola. HEX triplet: C7, 92 and 9B. RGB value is (199,146,155). Sum of RGB (Red+Green+Blue) = 199+146+155=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7929B is #386D64. Grayscale: #A2A2A2. Windows color (decimal): -3698021 or 10195655. OLE color: 10195655.
HSL color Cylindrical-coordinate representation of color #C7929B: hue angle of 349.81º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7929B is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 155 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.22 |
| HSL | 349.81º | 0.32% | 0.68% | - |
| HSV(B) | 349.81º | 0.27% | 0.78% | - |
| XYZ | 39.75 | 35.07 | 35.68 | - |
| YUV | 162.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 155 | 0 | 0.27 | 0.22 | 0.22 | 349.81 | 0.32 | 0.68 |
| Hex | C7 | 92 | 9B | 0 | 1B | 16 | 16 | 15E | 20 | 44 |
| Octal | 307 | 222 | 233 | 0 | 33 | 26 | 26 | 536 | 40 | 104 |
| Binary | 11000111 | 10010010 | 10011011 | 0 | 11011 | 10110 | 10110 | 101011110 | 100000 | 1000100 |
Color Harmonies of #C7929B
Complementary color
Monochromatic Colors of #C7929B
Black with #C7929B
Text Example
Text Example
White with #C7929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7929B; }
p { color: rgb(199,146,155); }
H1.HeaderClassName
{
color: #C7929B;
}
.AnyTagClassName
{
color: #C7929B;
}
</style>
background-color css
<style>
a { background-color: #C7929B; }
a { background-color: rgb(199,146,155); }
div.DivClassName
{
background-color: #C7929B;
}
.BgClassName
{
background-color: #C7929B;
}
</style>
border-color css
<style>
span { border-color: #C7929B; }
span { border-color: rgb(199,146,155); }
td.TdClassName
{
border-color: #C7929B;
}
.TagClassName
{
border-color: #C7929B;
}
</style>