Shades of Viola #C099A4
Tints of Viola #C099A4
RGB
CMYK
RGB Variations
Color information
#C099A4 (or 0xC099A4) is known color: Viola. HEX triplet: C0, 99 and A4. RGB value is (192,153,164). Sum of RGB (Red+Green+Blue) = 192+153+164=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C099A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099A4 is #3F665B. Grayscale: #A5A5A5. Windows color (decimal): -4154972 or 10787264. OLE color: 10787264.
HSL color Cylindrical-coordinate representation of color #C099A4: hue angle of 343.08º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099A4 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 164 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.25 |
| HSL | 343.08º | 0.24% | 0.68% | - |
| HSV(B) | 343.08º | 0.2% | 0.75% | - |
| XYZ | 39.83 | 36.67 | 40.1 | - |
| YUV | 165.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 164 | 0 | 0.20 | 0.15 | 0.25 | 343.08 | 0.24 | 0.68 |
| Hex | C0 | 99 | A4 | 0 | 14 | F | 19 | 157 | 18 | 44 |
| Octal | 300 | 231 | 244 | 0 | 24 | 17 | 31 | 527 | 30 | 104 |
| Binary | 11000000 | 10011001 | 10100100 | 0 | 10100 | 1111 | 11001 | 101010111 | 11000 | 1000100 |
Color Harmonies of #C099A4
Complementary color
Monochromatic Colors of #C099A4
Black with #C099A4
Text Example
Text Example
White with #C099A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C099A4; }
p { color: rgb(192,153,164); }
H1.HeaderClassName
{
color: #C099A4;
}
.AnyTagClassName
{
color: #C099A4;
}
</style>
background-color css
<style>
a { background-color: #C099A4; }
a { background-color: rgb(192,153,164); }
div.DivClassName
{
background-color: #C099A4;
}
.BgClassName
{
background-color: #C099A4;
}
</style>
border-color css
<style>
span { border-color: #C099A4; }
span { border-color: rgb(192,153,164); }
td.TdClassName
{
border-color: #C099A4;
}
.TagClassName
{
border-color: #C099A4;
}
</style>