Shades of Maverick #CBABBE
Tints of Maverick #CBABBE
RGB
CMYK
RGB Variations
Color information
#CBABBE (or 0xCBABBE) is known color: Maverick. HEX triplet: CB, AB and BE. RGB value is (203,171,190). Sum of RGB (Red+Green+Blue) = 203+171+190=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABBE is #345441. Grayscale: #B6B6B6. Windows color (decimal): -3429442 or 12495819. OLE color: 12495819.
HSL color Cylindrical-coordinate representation of color #CBABBE: hue angle of 324.38º 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 #CBABBE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 190 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.20 |
| HSL | 324.38º | 0.24% | 0.73% | - |
| HSV(B) | 324.38º | 0.16% | 0.8% | - |
| XYZ | 48.49 | 45.54 | 54.95 | - |
| YUV | 182.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 190 | 0 | 0.16 | 0.06 | 0.20 | 324.38 | 0.24 | 0.73 |
| Hex | CB | AB | BE | 0 | 10 | 6 | 14 | 144 | 18 | 49 |
| Octal | 313 | 253 | 276 | 0 | 20 | 6 | 24 | 504 | 30 | 111 |
| Binary | 11001011 | 10101011 | 10111110 | 0 | 10000 | 110 | 10100 | 101000100 | 11000 | 1001001 |
Color Harmonies of #CBABBE
Complementary color
Monochromatic Colors of #CBABBE
Black with #CBABBE
Text Example
Text Example
White with #CBABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABBE; }
p { color: rgb(203,171,190); }
H1.HeaderClassName
{
color: #CBABBE;
}
.AnyTagClassName
{
color: #CBABBE;
}
</style>
background-color css
<style>
a { background-color: #CBABBE; }
a { background-color: rgb(203,171,190); }
div.DivClassName
{
background-color: #CBABBE;
}
.BgClassName
{
background-color: #CBABBE;
}
</style>
border-color css
<style>
span { border-color: #CBABBE; }
span { border-color: rgb(203,171,190); }
td.TdClassName
{
border-color: #CBABBE;
}
.TagClassName
{
border-color: #CBABBE;
}
</style>