Shades of Viola #CB90A1
Tints of Viola #CB90A1
RGB
CMYK
RGB Variations
Color information
#CB90A1 (or 0xCB90A1) is known color: Viola. HEX triplet: CB, 90 and A1. RGB value is (203,144,161). Sum of RGB (Red+Green+Blue) = 203+144+161=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90A1 is #346F5E. Grayscale: #A3A3A3. Windows color (decimal): -3436383 or 10588363. OLE color: 10588363.
HSL color Cylindrical-coordinate representation of color #CB90A1: hue angle of 342.71º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90A1 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 161 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.20 |
| HSL | 342.71º | 0.36% | 0.68% | - |
| HSV(B) | 342.71º | 0.29% | 0.8% | - |
| XYZ | 41.03 | 35.22 | 38.35 | - |
| YUV | 163.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 161 | 0 | 0.29 | 0.21 | 0.20 | 342.71 | 0.36 | 0.68 |
| Hex | CB | 90 | A1 | 0 | 1D | 15 | 14 | 157 | 24 | 44 |
| Octal | 313 | 220 | 241 | 0 | 35 | 25 | 24 | 527 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10100001 | 0 | 11101 | 10101 | 10100 | 101010111 | 100100 | 1000100 |
Color Harmonies of #CB90A1
Complementary color
Monochromatic Colors of #CB90A1
Black with #CB90A1
Text Example
Text Example
White with #CB90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90A1; }
p { color: rgb(203,144,161); }
H1.HeaderClassName
{
color: #CB90A1;
}
.AnyTagClassName
{
color: #CB90A1;
}
</style>
background-color css
<style>
a { background-color: #CB90A1; }
a { background-color: rgb(203,144,161); }
div.DivClassName
{
background-color: #CB90A1;
}
.BgClassName
{
background-color: #CB90A1;
}
</style>
border-color css
<style>
span { border-color: #CB90A1; }
span { border-color: rgb(203,144,161); }
td.TdClassName
{
border-color: #CB90A1;
}
.TagClassName
{
border-color: #CB90A1;
}
</style>