Shades of Viola #C18F9C
Tints of Viola #C18F9C
RGB
CMYK
RGB Variations
Color information
#C18F9C (or 0xC18F9C) is known color: Viola. HEX triplet: C1, 8F and 9C. RGB value is (193,143,156). Sum of RGB (Red+Green+Blue) = 193+143+156=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18F9C is #3E7063. Grayscale: #9F9F9F. Windows color (decimal): -4092004 or 10260417. OLE color: 10260417.
HSL color Cylindrical-coordinate representation of color #C18F9C: hue angle of 344.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18F9C is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 156 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.24 |
| HSL | 344.4º | 0.29% | 0.66% | - |
| HSV(B) | 344.4º | 0.26% | 0.76% | - |
| XYZ | 37.82 | 33.38 | 35.9 | - |
| YUV | 159.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 156 | 0 | 0.26 | 0.19 | 0.24 | 344.4 | 0.29 | 0.66 |
| Hex | C1 | 8F | 9C | 0 | 1A | 13 | 18 | 158 | 1D | 42 |
| Octal | 301 | 217 | 234 | 0 | 32 | 23 | 30 | 530 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10011100 | 0 | 11010 | 10011 | 11000 | 101011000 | 11101 | 1000010 |
Color Harmonies of #C18F9C
Complementary color
Monochromatic Colors of #C18F9C
Black with #C18F9C
Text Example
Text Example
White with #C18F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F9C; }
p { color: rgb(193,143,156); }
H1.HeaderClassName
{
color: #C18F9C;
}
.AnyTagClassName
{
color: #C18F9C;
}
</style>
background-color css
<style>
a { background-color: #C18F9C; }
a { background-color: rgb(193,143,156); }
div.DivClassName
{
background-color: #C18F9C;
}
.BgClassName
{
background-color: #C18F9C;
}
</style>
border-color css
<style>
span { border-color: #C18F9C; }
span { border-color: rgb(193,143,156); }
td.TdClassName
{
border-color: #C18F9C;
}
.TagClassName
{
border-color: #C18F9C;
}
</style>