Shades of Maverick #CBABBF
Tints of Maverick #CBABBF
RGB
CMYK
RGB Variations
Color information
#CBABBF (or 0xCBABBF) is known color: Maverick. HEX triplet: CB, AB and BF. RGB value is (203,171,191). Sum of RGB (Red+Green+Blue) = 203+171+191=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABBF is #345440. Grayscale: #B6B6B6. Windows color (decimal): -3429441 or 12561355. OLE color: 12561355.
HSL color Cylindrical-coordinate representation of color #CBABBF: hue angle of 322.5º 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 #CBABBF is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 191 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.20 |
| HSL | 322.5º | 0.24% | 0.73% | - |
| HSV(B) | 322.5º | 0.16% | 0.8% | - |
| XYZ | 48.6 | 45.58 | 55.53 | - |
| YUV | 182.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 191 | 0 | 0.16 | 0.06 | 0.20 | 322.5 | 0.24 | 0.73 |
| Hex | CB | AB | BF | 0 | 10 | 6 | 14 | 142 | 18 | 49 |
| Octal | 313 | 253 | 277 | 0 | 20 | 6 | 24 | 502 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10111111 | 0 | 10000 | 110 | 10100 | 101000010 | 11000 | 1001001 |
Color Harmonies of #CBABBF
Complementary color
Monochromatic Colors of #CBABBF
Black with #CBABBF
Text Example
Text Example
White with #CBABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABBF; }
p { color: rgb(203,171,191); }
H1.HeaderClassName
{
color: #CBABBF;
}
.AnyTagClassName
{
color: #CBABBF;
}
</style>
background-color css
<style>
a { background-color: #CBABBF; }
a { background-color: rgb(203,171,191); }
div.DivClassName
{
background-color: #CBABBF;
}
.BgClassName
{
background-color: #CBABBF;
}
</style>
border-color css
<style>
span { border-color: #CBABBF; }
span { border-color: rgb(203,171,191); }
td.TdClassName
{
border-color: #CBABBF;
}
.TagClassName
{
border-color: #CBABBF;
}
</style>