Shades of Viola #CB96AB
Tints of Viola #CB96AB
RGB
CMYK
RGB Variations
Color information
#CB96AB (or 0xCB96AB) is known color: Viola. HEX triplet: CB, 96 and AB. RGB value is (203,150,171). Sum of RGB (Red+Green+Blue) = 203+150+171=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AB is #346954. Grayscale: #A8A8A8. Windows color (decimal): -3434837 or 11245259. OLE color: 11245259.
HSL color Cylindrical-coordinate representation of color #CB96AB: hue angle of 336.23º 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 #CB96AB is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 171 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.20 |
| HSL | 336.23º | 0.34% | 0.69% | - |
| HSV(B) | 336.23º | 0.26% | 0.8% | - |
| XYZ | 42.89 | 37.45 | 43.5 | - |
| YUV | 168.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 171 | 0 | 0.26 | 0.16 | 0.20 | 336.23 | 0.34 | 0.69 |
| Hex | CB | 96 | AB | 0 | 1A | 10 | 14 | 150 | 22 | 45 |
| Octal | 313 | 226 | 253 | 0 | 32 | 20 | 24 | 520 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10101011 | 0 | 11010 | 10000 | 10100 | 101010000 | 100010 | 1000101 |
Color Harmonies of #CB96AB
Complementary color
Monochromatic Colors of #CB96AB
Black with #CB96AB
Text Example
Text Example
White with #CB96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96AB; }
p { color: rgb(203,150,171); }
H1.HeaderClassName
{
color: #CB96AB;
}
.AnyTagClassName
{
color: #CB96AB;
}
</style>
background-color css
<style>
a { background-color: #CB96AB; }
a { background-color: rgb(203,150,171); }
div.DivClassName
{
background-color: #CB96AB;
}
.BgClassName
{
background-color: #CB96AB;
}
</style>
border-color css
<style>
span { border-color: #CB96AB; }
span { border-color: rgb(203,150,171); }
td.TdClassName
{
border-color: #CB96AB;
}
.TagClassName
{
border-color: #CB96AB;
}
</style>