Shades of Viola #C8929B
Tints of Viola #C8929B
RGB
CMYK
RGB Variations
Color information
#C8929B (or 0xC8929B) is known color: Viola. HEX triplet: C8, 92 and 9B. RGB value is (200,146,155). Sum of RGB (Red+Green+Blue) = 200+146+155=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8929B is #376D64. Grayscale: #A3A3A3. Windows color (decimal): -3632485 or 10195656. OLE color: 10195656.
HSL color Cylindrical-coordinate representation of color #C8929B: hue angle of 350º degrees, saturation: 0.33, 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 #C8929B is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 155 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.22 |
| HSL | 350º | 0.33% | 0.68% | - |
| HSV(B) | 350º | 0.27% | 0.78% | - |
| XYZ | 40.01 | 35.2 | 35.7 | - |
| YUV | 163.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 155 | 0 | 0.27 | 0.22 | 0.22 | 350 | 0.33 | 0.68 |
| Hex | C8 | 92 | 9B | 0 | 1B | 16 | 16 | 15E | 21 | 44 |
| Octal | 310 | 222 | 233 | 0 | 33 | 26 | 26 | 536 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10011011 | 0 | 11011 | 10110 | 10110 | 101011110 | 100001 | 1000100 |
Color Harmonies of #C8929B
Complementary color
Monochromatic Colors of #C8929B
Black with #C8929B
Text Example
Text Example
White with #C8929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8929B; }
p { color: rgb(200,146,155); }
H1.HeaderClassName
{
color: #C8929B;
}
.AnyTagClassName
{
color: #C8929B;
}
</style>
background-color css
<style>
a { background-color: #C8929B; }
a { background-color: rgb(200,146,155); }
div.DivClassName
{
background-color: #C8929B;
}
.BgClassName
{
background-color: #C8929B;
}
</style>
border-color css
<style>
span { border-color: #C8929B; }
span { border-color: rgb(200,146,155); }
td.TdClassName
{
border-color: #C8929B;
}
.TagClassName
{
border-color: #C8929B;
}
</style>