Shades of Maverick #CBABC1
Tints of Maverick #CBABC1
RGB
CMYK
RGB Variations
Color information
#CBABC1 (or 0xCBABC1) is known color: Maverick. HEX triplet: CB, AB and C1. RGB value is (203,171,193). Sum of RGB (Red+Green+Blue) = 203+171+193=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC1 is #34543E. Grayscale: #B7B7B7. Windows color (decimal): -3429439 or 12692427. OLE color: 12692427.
HSL color Cylindrical-coordinate representation of color #CBABC1: hue angle of 318.75º 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 #CBABC1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 193 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.20 |
| HSL | 318.75º | 0.24% | 0.73% | - |
| HSV(B) | 318.75º | 0.16% | 0.8% | - |
| XYZ | 48.82 | 45.67 | 56.69 | - |
| YUV | 183.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 193 | 0 | 0.16 | 0.05 | 0.20 | 318.75 | 0.24 | 0.73 |
| Hex | CB | AB | C1 | 0 | 10 | 5 | 14 | 13F | 18 | 49 |
| Octal | 313 | 253 | 301 | 0 | 20 | 5 | 24 | 477 | 30 | 111 |
| Binary | 11001011 | 10101011 | 11000001 | 0 | 10000 | 101 | 10100 | 100111111 | 11000 | 1001001 |
Color Harmonies of #CBABC1
Complementary color
Monochromatic Colors of #CBABC1
Black with #CBABC1
Text Example
Text Example
White with #CBABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABC1; }
p { color: rgb(203,171,193); }
H1.HeaderClassName
{
color: #CBABC1;
}
.AnyTagClassName
{
color: #CBABC1;
}
</style>
background-color css
<style>
a { background-color: #CBABC1; }
a { background-color: rgb(203,171,193); }
div.DivClassName
{
background-color: #CBABC1;
}
.BgClassName
{
background-color: #CBABC1;
}
</style>
border-color css
<style>
span { border-color: #CBABC1; }
span { border-color: rgb(203,171,193); }
td.TdClassName
{
border-color: #CBABC1;
}
.TagClassName
{
border-color: #CBABC1;
}
</style>