Shades of Maverick #CBABC5
Tints of Maverick #CBABC5
RGB
CMYK
RGB Variations
Color information
#CBABC5 (or 0xCBABC5) is known color: Maverick. HEX triplet: CB, AB and C5. RGB value is (203,171,197). Sum of RGB (Red+Green+Blue) = 203+171+197=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC5 is #34543A. Grayscale: #B7B7B7. Windows color (decimal): -3429435 or 12954571. OLE color: 12954571.
HSL color Cylindrical-coordinate representation of color #CBABC5: hue angle of 311.25º 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 #CBABC5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 197 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.20 |
| HSL | 311.25º | 0.24% | 0.73% | - |
| HSV(B) | 311.25º | 0.16% | 0.8% | - |
| XYZ | 49.27 | 45.85 | 59.08 | - |
| YUV | 183.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 197 | 0 | 0.16 | 0.03 | 0.20 | 311.25 | 0.24 | 0.73 |
| Hex | CB | AB | C5 | 0 | 10 | 3 | 14 | 137 | 18 | 49 |
| Octal | 313 | 253 | 305 | 0 | 20 | 3 | 24 | 467 | 30 | 111 |
| Binary | 11001011 | 10101011 | 11000101 | 0 | 10000 | 11 | 10100 | 100110111 | 11000 | 1001001 |
Color Harmonies of #CBABC5
Complementary color
Monochromatic Colors of #CBABC5
Black with #CBABC5
Text Example
Text Example
White with #CBABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABC5; }
p { color: rgb(203,171,197); }
H1.HeaderClassName
{
color: #CBABC5;
}
.AnyTagClassName
{
color: #CBABC5;
}
</style>
background-color css
<style>
a { background-color: #CBABC5; }
a { background-color: rgb(203,171,197); }
div.DivClassName
{
background-color: #CBABC5;
}
.BgClassName
{
background-color: #CBABC5;
}
</style>
border-color css
<style>
span { border-color: #CBABC5; }
span { border-color: rgb(203,171,197); }
td.TdClassName
{
border-color: #CBABC5;
}
.TagClassName
{
border-color: #CBABC5;
}
</style>