Shades of Maverick #CBAABA
Tints of Maverick #CBAABA
RGB
CMYK
RGB Variations
Color information
#CBAABA (or 0xCBAABA) is known color: Maverick. HEX triplet: CB, AA and BA. RGB value is (203,170,186). Sum of RGB (Red+Green+Blue) = 203+170+186=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAABA is #345545. Grayscale: #B5B5B5. Windows color (decimal): -3429702 or 12233419. OLE color: 12233419.
HSL color Cylindrical-coordinate representation of color #CBAABA: hue angle of 330.91º 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 #CBAABA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 186 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.20 |
| HSL | 330.91º | 0.24% | 0.73% | - |
| HSV(B) | 330.91º | 0.16% | 0.8% | - |
| XYZ | 47.87 | 44.99 | 52.62 | - |
| YUV | 181.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 186 | 0 | 0.16 | 0.08 | 0.20 | 330.91 | 0.24 | 0.73 |
| Hex | CB | AA | BA | 0 | 10 | 8 | 14 | 14B | 18 | 49 |
| Octal | 313 | 252 | 272 | 0 | 20 | 10 | 24 | 513 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10111010 | 0 | 10000 | 1000 | 10100 | 101001011 | 11000 | 1001001 |
Color Harmonies of #CBAABA
Complementary color
Monochromatic Colors of #CBAABA
Black with #CBAABA
Text Example
Text Example
White with #CBAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAABA; }
p { color: rgb(203,170,186); }
H1.HeaderClassName
{
color: #CBAABA;
}
.AnyTagClassName
{
color: #CBAABA;
}
</style>
background-color css
<style>
a { background-color: #CBAABA; }
a { background-color: rgb(203,170,186); }
div.DivClassName
{
background-color: #CBAABA;
}
.BgClassName
{
background-color: #CBAABA;
}
</style>
border-color css
<style>
span { border-color: #CBAABA; }
span { border-color: rgb(203,170,186); }
td.TdClassName
{
border-color: #CBAABA;
}
.TagClassName
{
border-color: #CBAABA;
}
</style>