Shades of Viola #CC96AB
Tints of Viola #CC96AB
RGB
CMYK
RGB Variations
Color information
#CC96AB (or 0xCC96AB) is known color: Viola. HEX triplet: CC, 96 and AB. RGB value is (204,150,171). Sum of RGB (Red+Green+Blue) = 204+150+171=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AB is #336954. Grayscale: #A8A8A8. Windows color (decimal): -3369301 or 11245260. OLE color: 11245260.
HSL color Cylindrical-coordinate representation of color #CC96AB: hue angle of 336.67º 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 #CC96AB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 171 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.2 |
| HSL | 336.67º | 0.35% | 0.69% | - |
| HSV(B) | 336.67º | 0.26% | 0.8% | - |
| XYZ | 43.16 | 37.59 | 43.51 | - |
| YUV | 168.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 171 | 0 | 0.26 | 0.16 | 0.2 | 336.67 | 0.35 | 0.69 |
| Hex | CC | 96 | AB | 0 | 1A | 10 | 14 | 151 | 23 | 45 |
| Octal | 314 | 226 | 253 | 0 | 32 | 20 | 24 | 521 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10101011 | 0 | 11010 | 10000 | 10100 | 101010001 | 100011 | 1000101 |
Color Harmonies of #CC96AB
Complementary color
Monochromatic Colors of #CC96AB
Black with #CC96AB
Text Example
Text Example
White with #CC96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96AB; }
p { color: rgb(204,150,171); }
H1.HeaderClassName
{
color: #CC96AB;
}
.AnyTagClassName
{
color: #CC96AB;
}
</style>
background-color css
<style>
a { background-color: #CC96AB; }
a { background-color: rgb(204,150,171); }
div.DivClassName
{
background-color: #CC96AB;
}
.BgClassName
{
background-color: #CC96AB;
}
</style>
border-color css
<style>
span { border-color: #CC96AB; }
span { border-color: rgb(204,150,171); }
td.TdClassName
{
border-color: #CC96AB;
}
.TagClassName
{
border-color: #CC96AB;
}
</style>