Shades of Viola #C990A5
Tints of Viola #C990A5
RGB
CMYK
RGB Variations
Color information
#C990A5 (or 0xC990A5) is known color: Viola. HEX triplet: C9, 90 and A5. RGB value is (201,144,165). Sum of RGB (Red+Green+Blue) = 201+144+165=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C990A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C990A5 is #366F5A. Grayscale: #A3A3A3. Windows color (decimal): -3567451 or 10850505. OLE color: 10850505.
HSL color Cylindrical-coordinate representation of color #C990A5: hue angle of 337.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990A5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 165 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.21 |
| HSL | 337.89º | 0.35% | 0.68% | - |
| HSV(B) | 337.89º | 0.28% | 0.79% | - |
| XYZ | 40.85 | 35.08 | 40.22 | - |
| YUV | 163.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 165 | 0 | 0.28 | 0.18 | 0.21 | 337.89 | 0.35 | 0.68 |
| Hex | C9 | 90 | A5 | 0 | 1C | 12 | 15 | 152 | 23 | 44 |
| Octal | 311 | 220 | 245 | 0 | 34 | 22 | 25 | 522 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10100101 | 0 | 11100 | 10010 | 10101 | 101010010 | 100011 | 1000100 |
Color Harmonies of #C990A5
Complementary color
Monochromatic Colors of #C990A5
Black with #C990A5
Text Example
Text Example
White with #C990A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990A5; }
p { color: rgb(201,144,165); }
H1.HeaderClassName
{
color: #C990A5;
}
.AnyTagClassName
{
color: #C990A5;
}
</style>
background-color css
<style>
a { background-color: #C990A5; }
a { background-color: rgb(201,144,165); }
div.DivClassName
{
background-color: #C990A5;
}
.BgClassName
{
background-color: #C990A5;
}
</style>
border-color css
<style>
span { border-color: #C990A5; }
span { border-color: rgb(201,144,165); }
td.TdClassName
{
border-color: #C990A5;
}
.TagClassName
{
border-color: #C990A5;
}
</style>