Shades of Viola #C08C9B
Tints of Viola #C08C9B
RGB
CMYK
RGB Variations
Color information
#C08C9B (or 0xC08C9B) is known color: Viola. HEX triplet: C0, 8C and 9B. RGB value is (192,140,155). Sum of RGB (Red+Green+Blue) = 192+140+155=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08C9B is #3F7364. Grayscale: #9D9D9D. Windows color (decimal): -4158309 or 10194112. OLE color: 10194112.
HSL color Cylindrical-coordinate representation of color #C08C9B: hue angle of 342.69º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08C9B is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 155 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.25 |
| HSL | 342.69º | 0.29% | 0.65% | - |
| HSV(B) | 342.69º | 0.27% | 0.75% | - |
| XYZ | 37.03 | 32.33 | 35.3 | - |
| YUV | 157.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 155 | 0 | 0.27 | 0.19 | 0.25 | 342.69 | 0.29 | 0.65 |
| Hex | C0 | 8C | 9B | 0 | 1B | 13 | 19 | 157 | 1D | 41 |
| Octal | 300 | 214 | 233 | 0 | 33 | 23 | 31 | 527 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10011011 | 0 | 11011 | 10011 | 11001 | 101010111 | 11101 | 1000001 |
Color Harmonies of #C08C9B
Complementary color
Monochromatic Colors of #C08C9B
Black with #C08C9B
Text Example
Text Example
White with #C08C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C9B; }
p { color: rgb(192,140,155); }
H1.HeaderClassName
{
color: #C08C9B;
}
.AnyTagClassName
{
color: #C08C9B;
}
</style>
background-color css
<style>
a { background-color: #C08C9B; }
a { background-color: rgb(192,140,155); }
div.DivClassName
{
background-color: #C08C9B;
}
.BgClassName
{
background-color: #C08C9B;
}
</style>
border-color css
<style>
span { border-color: #C08C9B; }
span { border-color: rgb(192,140,155); }
td.TdClassName
{
border-color: #C08C9B;
}
.TagClassName
{
border-color: #C08C9B;
}
</style>