Shades of Maverick #CBAABF
Tints of Maverick #CBAABF
RGB
CMYK
RGB Variations
Color information
#CBAABF (or 0xCBAABF) is known color: Maverick. HEX triplet: CB, AA and BF. RGB value is (203,170,191). Sum of RGB (Red+Green+Blue) = 203+170+191=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAABF is #345540. Grayscale: #B6B6B6. Windows color (decimal): -3429697 or 12561099. OLE color: 12561099.
HSL color Cylindrical-coordinate representation of color #CBAABF: hue angle of 321.82º 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 #CBAABF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 191 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.20 |
| HSL | 321.82º | 0.24% | 0.73% | - |
| HSV(B) | 321.82º | 0.16% | 0.8% | - |
| XYZ | 48.41 | 45.21 | 55.46 | - |
| YUV | 182.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 191 | 0 | 0.16 | 0.06 | 0.20 | 321.82 | 0.24 | 0.73 |
| Hex | CB | AA | BF | 0 | 10 | 6 | 14 | 142 | 18 | 49 |
| Octal | 313 | 252 | 277 | 0 | 20 | 6 | 24 | 502 | 30 | 111 |
| Binary | 11001011 | 10101010 | 10111111 | 0 | 10000 | 110 | 10100 | 101000010 | 11000 | 1001001 |
Color Harmonies of #CBAABF
Complementary color
Monochromatic Colors of #CBAABF
Black with #CBAABF
Text Example
Text Example
White with #CBAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAABF; }
p { color: rgb(203,170,191); }
H1.HeaderClassName
{
color: #CBAABF;
}
.AnyTagClassName
{
color: #CBAABF;
}
</style>
background-color css
<style>
a { background-color: #CBAABF; }
a { background-color: rgb(203,170,191); }
div.DivClassName
{
background-color: #CBAABF;
}
.BgClassName
{
background-color: #CBAABF;
}
</style>
border-color css
<style>
span { border-color: #CBAABF; }
span { border-color: rgb(203,170,191); }
td.TdClassName
{
border-color: #CBAABF;
}
.TagClassName
{
border-color: #CBAABF;
}
</style>