Shades of Maverick #CBABBA
Tints of Maverick #CBABBA
RGB
CMYK
RGB Variations
Color information
#CBABBA (or 0xCBABBA) is known color: Maverick. HEX triplet: CB, AB and BA. RGB value is (203,171,186). Sum of RGB (Red+Green+Blue) = 203+171+186=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABBA is #345445. Grayscale: #B6B6B6. Windows color (decimal): -3429446 or 12233675. OLE color: 12233675.
HSL color Cylindrical-coordinate representation of color #CBABBA: hue angle of 331.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABBA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 186 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.20 |
| HSL | 331.88º | 0.24% | 0.73% | - |
| HSV(B) | 331.88º | 0.16% | 0.8% | - |
| XYZ | 48.05 | 45.37 | 52.68 | - |
| YUV | 182.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 186 | 0 | 0.16 | 0.08 | 0.20 | 331.88 | 0.24 | 0.73 |
| Hex | CB | AB | BA | 0 | 10 | 8 | 14 | 14C | 18 | 49 |
| Octal | 313 | 253 | 272 | 0 | 20 | 10 | 24 | 514 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10111010 | 0 | 10000 | 1000 | 10100 | 101001100 | 11000 | 1001001 |
Color Harmonies of #CBABBA
Complementary color
Monochromatic Colors of #CBABBA
Black with #CBABBA
Text Example
Text Example
White with #CBABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABBA; }
p { color: rgb(203,171,186); }
H1.HeaderClassName
{
color: #CBABBA;
}
.AnyTagClassName
{
color: #CBABBA;
}
</style>
background-color css
<style>
a { background-color: #CBABBA; }
a { background-color: rgb(203,171,186); }
div.DivClassName
{
background-color: #CBABBA;
}
.BgClassName
{
background-color: #CBABBA;
}
</style>
border-color css
<style>
span { border-color: #CBABBA; }
span { border-color: rgb(203,171,186); }
td.TdClassName
{
border-color: #CBABBA;
}
.TagClassName
{
border-color: #CBABBA;
}
</style>