Shades of Viola #C0949B
Tints of Viola #C0949B
RGB
CMYK
RGB Variations
Color information
#C0949B (or 0xC0949B) is known color: Viola. HEX triplet: C0, 94 and 9B. RGB value is (192,148,155). Sum of RGB (Red+Green+Blue) = 192+148+155=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0949B is #3F6B64. Grayscale: #A1A1A1. Windows color (decimal): -4156261 or 10196160. OLE color: 10196160.
HSL color Cylindrical-coordinate representation of color #C0949B: hue angle of 350.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0949B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 155 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.25 |
| HSL | 350.45º | 0.26% | 0.67% | - |
| HSV(B) | 350.45º | 0.23% | 0.75% | - |
| XYZ | 38.24 | 34.75 | 35.7 | - |
| YUV | 161.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 155 | 0 | 0.23 | 0.19 | 0.25 | 350.45 | 0.26 | 0.67 |
| Hex | C0 | 94 | 9B | 0 | 17 | 13 | 19 | 15E | 1A | 43 |
| Octal | 300 | 224 | 233 | 0 | 27 | 23 | 31 | 536 | 32 | 103 |
| Binary | 11000000 | 10010100 | 10011011 | 0 | 10111 | 10011 | 11001 | 101011110 | 11010 | 1000011 |
Color Harmonies of #C0949B
Complementary color
Monochromatic Colors of #C0949B
Black with #C0949B
Text Example
Text Example
White with #C0949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0949B; }
p { color: rgb(192,148,155); }
H1.HeaderClassName
{
color: #C0949B;
}
.AnyTagClassName
{
color: #C0949B;
}
</style>
background-color css
<style>
a { background-color: #C0949B; }
a { background-color: rgb(192,148,155); }
div.DivClassName
{
background-color: #C0949B;
}
.BgClassName
{
background-color: #C0949B;
}
</style>
border-color css
<style>
span { border-color: #C0949B; }
span { border-color: rgb(192,148,155); }
td.TdClassName
{
border-color: #C0949B;
}
.TagClassName
{
border-color: #C0949B;
}
</style>