Shades of Maverick #CBABBC
Tints of Maverick #CBABBC
RGB
CMYK
RGB Variations
Color information
#CBABBC (or 0xCBABBC) is known color: Maverick. HEX triplet: CB, AB and BC. RGB value is (203,171,188). Sum of RGB (Red+Green+Blue) = 203+171+188=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABBC is #345443. Grayscale: #B6B6B6. Windows color (decimal): -3429444 or 12364747. OLE color: 12364747.
HSL color Cylindrical-coordinate representation of color #CBABBC: hue angle of 328.12º 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 #CBABBC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 188 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.20 |
| HSL | 328.13º | 0.24% | 0.73% | - |
| HSV(B) | 328.13º | 0.16% | 0.8% | - |
| XYZ | 48.27 | 45.45 | 53.81 | - |
| YUV | 182.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 188 | 0 | 0.16 | 0.07 | 0.20 | 328.13 | 0.24 | 0.73 |
| Hex | CB | AB | BC | 0 | 10 | 7 | 14 | 148 | 18 | 49 |
| Octal | 313 | 253 | 274 | 0 | 20 | 7 | 24 | 510 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10111100 | 0 | 10000 | 111 | 10100 | 101001000 | 11000 | 1001001 |
Color Harmonies of #CBABBC
Complementary color
Monochromatic Colors of #CBABBC
Black with #CBABBC
Text Example
Text Example
White with #CBABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABBC; }
p { color: rgb(203,171,188); }
H1.HeaderClassName
{
color: #CBABBC;
}
.AnyTagClassName
{
color: #CBABBC;
}
</style>
background-color css
<style>
a { background-color: #CBABBC; }
a { background-color: rgb(203,171,188); }
div.DivClassName
{
background-color: #CBABBC;
}
.BgClassName
{
background-color: #CBABBC;
}
</style>
border-color css
<style>
span { border-color: #CBABBC; }
span { border-color: rgb(203,171,188); }
td.TdClassName
{
border-color: #CBABBC;
}
.TagClassName
{
border-color: #CBABBC;
}
</style>