Shades of Viola #C892AA
Tints of Viola #C892AA
RGB
CMYK
RGB Variations
Color information
#C892AA (or 0xC892AA) is known color: Viola. HEX triplet: C8, 92 and AA. RGB value is (200,146,170). Sum of RGB (Red+Green+Blue) = 200+146+170=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C892AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C892AA is #376D55. Grayscale: #A4A4A4. Windows color (decimal): -3632470 or 11178696. OLE color: 11178696.
HSL color Cylindrical-coordinate representation of color #C892AA: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C892AA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 170 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.22 |
| HSL | 333.33º | 0.33% | 0.68% | - |
| HSV(B) | 333.33º | 0.27% | 0.78% | - |
| XYZ | 41.35 | 35.74 | 42.75 | - |
| YUV | 164.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 170 | 0 | 0.27 | 0.15 | 0.22 | 333.33 | 0.33 | 0.68 |
| Hex | C8 | 92 | AA | 0 | 1B | F | 16 | 14D | 21 | 44 |
| Octal | 310 | 222 | 252 | 0 | 33 | 17 | 26 | 515 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10101010 | 0 | 11011 | 1111 | 10110 | 101001101 | 100001 | 1000100 |
Color Harmonies of #C892AA
Complementary color
Monochromatic Colors of #C892AA
Black with #C892AA
Text Example
Text Example
White with #C892AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892AA; }
p { color: rgb(200,146,170); }
H1.HeaderClassName
{
color: #C892AA;
}
.AnyTagClassName
{
color: #C892AA;
}
</style>
background-color css
<style>
a { background-color: #C892AA; }
a { background-color: rgb(200,146,170); }
div.DivClassName
{
background-color: #C892AA;
}
.BgClassName
{
background-color: #C892AA;
}
</style>
border-color css
<style>
span { border-color: #C892AA; }
span { border-color: rgb(200,146,170); }
td.TdClassName
{
border-color: #C892AA;
}
.TagClassName
{
border-color: #C892AA;
}
</style>