Shades of Viola #CB96AA
Tints of Viola #CB96AA
RGB
CMYK
RGB Variations
Color information
#CB96AA (or 0xCB96AA) is known color: Viola. HEX triplet: CB, 96 and AA. RGB value is (203,150,170). Sum of RGB (Red+Green+Blue) = 203+150+170=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AA is #346955. Grayscale: #A8A8A8. Windows color (decimal): -3434838 or 11179723. OLE color: 11179723.
HSL color Cylindrical-coordinate representation of color #CB96AA: hue angle of 337.36º degrees, saturation: 0.34, 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 #CB96AA is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 170 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.20 |
| HSL | 337.36º | 0.34% | 0.69% | - |
| HSV(B) | 337.36º | 0.26% | 0.8% | - |
| XYZ | 42.79 | 37.41 | 43 | - |
| YUV | 168.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 170 | 0 | 0.26 | 0.16 | 0.20 | 337.36 | 0.34 | 0.69 |
| Hex | CB | 96 | AA | 0 | 1A | 10 | 14 | 151 | 22 | 45 |
| Octal | 313 | 226 | 252 | 0 | 32 | 20 | 24 | 521 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10101010 | 0 | 11010 | 10000 | 10100 | 101010001 | 100010 | 1000101 |
Color Harmonies of #CB96AA
Complementary color
Monochromatic Colors of #CB96AA
Black with #CB96AA
Text Example
Text Example
White with #CB96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96AA; }
p { color: rgb(203,150,170); }
H1.HeaderClassName
{
color: #CB96AA;
}
.AnyTagClassName
{
color: #CB96AA;
}
</style>
background-color css
<style>
a { background-color: #CB96AA; }
a { background-color: rgb(203,150,170); }
div.DivClassName
{
background-color: #CB96AA;
}
.BgClassName
{
background-color: #CB96AA;
}
</style>
border-color css
<style>
span { border-color: #CB96AA; }
span { border-color: rgb(203,150,170); }
td.TdClassName
{
border-color: #CB96AA;
}
.TagClassName
{
border-color: #CB96AA;
}
</style>