Shades of Viola #CC92AB
Tints of Viola #CC92AB
RGB
CMYK
RGB Variations
Color information
#CC92AB (or 0xCC92AB) is known color: Viola. HEX triplet: CC, 92 and AB. RGB value is (204,146,171). Sum of RGB (Red+Green+Blue) = 204+146+171=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC92AB is #336D54. Grayscale: #A6A6A6. Windows color (decimal): -3370325 or 11244236. OLE color: 11244236.
HSL color Cylindrical-coordinate representation of color #CC92AB: hue angle of 334.14º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC92AB is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 171 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.2 |
| HSL | 334.14º | 0.36% | 0.69% | - |
| HSV(B) | 334.14º | 0.28% | 0.8% | - |
| XYZ | 42.53 | 36.34 | 43.3 | - |
| YUV | 166.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 171 | 0 | 0.28 | 0.16 | 0.2 | 334.14 | 0.36 | 0.69 |
| Hex | CC | 92 | AB | 0 | 1C | 10 | 14 | 14E | 24 | 45 |
| Octal | 314 | 222 | 253 | 0 | 34 | 20 | 24 | 516 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10101011 | 0 | 11100 | 10000 | 10100 | 101001110 | 100100 | 1000101 |
Color Harmonies of #CC92AB
Complementary color
Monochromatic Colors of #CC92AB
Black with #CC92AB
Text Example
Text Example
White with #CC92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92AB; }
p { color: rgb(204,146,171); }
H1.HeaderClassName
{
color: #CC92AB;
}
.AnyTagClassName
{
color: #CC92AB;
}
</style>
background-color css
<style>
a { background-color: #CC92AB; }
a { background-color: rgb(204,146,171); }
div.DivClassName
{
background-color: #CC92AB;
}
.BgClassName
{
background-color: #CC92AB;
}
</style>
border-color css
<style>
span { border-color: #CC92AB; }
span { border-color: rgb(204,146,171); }
td.TdClassName
{
border-color: #CC92AB;
}
.TagClassName
{
border-color: #CC92AB;
}
</style>