Shades of Viola #CC96AA
Tints of Viola #CC96AA
RGB
CMYK
RGB Variations
Color information
#CC96AA (or 0xCC96AA) is known color: Viola. HEX triplet: CC, 96 and AA. RGB value is (204,150,170). Sum of RGB (Red+Green+Blue) = 204+150+170=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AA is #336955. Grayscale: #A8A8A8. Windows color (decimal): -3369302 or 11179724. OLE color: 11179724.
HSL color Cylindrical-coordinate representation of color #CC96AA: hue angle of 337.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96AA is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 170 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.2 |
| HSL | 337.78º | 0.35% | 0.69% | - |
| HSV(B) | 337.78º | 0.26% | 0.8% | - |
| XYZ | 43.06 | 37.55 | 43.01 | - |
| YUV | 168.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 170 | 0 | 0.26 | 0.17 | 0.2 | 337.78 | 0.35 | 0.69 |
| Hex | CC | 96 | AA | 0 | 1A | 11 | 14 | 152 | 23 | 45 |
| Octal | 314 | 226 | 252 | 0 | 32 | 21 | 24 | 522 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10101010 | 0 | 11010 | 10001 | 10100 | 101010010 | 100011 | 1000101 |
Color Harmonies of #CC96AA
Complementary color
Monochromatic Colors of #CC96AA
Black with #CC96AA
Text Example
Text Example
White with #CC96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96AA; }
p { color: rgb(204,150,170); }
H1.HeaderClassName
{
color: #CC96AA;
}
.AnyTagClassName
{
color: #CC96AA;
}
</style>
background-color css
<style>
a { background-color: #CC96AA; }
a { background-color: rgb(204,150,170); }
div.DivClassName
{
background-color: #CC96AA;
}
.BgClassName
{
background-color: #CC96AA;
}
</style>
border-color css
<style>
span { border-color: #CC96AA; }
span { border-color: rgb(204,150,170); }
td.TdClassName
{
border-color: #CC96AA;
}
.TagClassName
{
border-color: #CC96AA;
}
</style>