Shades of Maverick #CBABC4
Tints of Maverick #CBABC4
RGB
CMYK
RGB Variations
Color information
#CBABC4 (or 0xCBABC4) is known color: Maverick. HEX triplet: CB, AB and C4. RGB value is (203,171,196). Sum of RGB (Red+Green+Blue) = 203+171+196=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC4 is #34543B. Grayscale: #B7B7B7. Windows color (decimal): -3429436 or 12889035. OLE color: 12889035.
HSL color Cylindrical-coordinate representation of color #CBABC4: hue angle of 313.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 #CBABC4 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 196 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.20 |
| HSL | 313.13º | 0.24% | 0.73% | - |
| HSV(B) | 313.13º | 0.16% | 0.8% | - |
| XYZ | 49.16 | 45.81 | 58.48 | - |
| YUV | 183.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 196 | 0 | 0.16 | 0.03 | 0.20 | 313.13 | 0.24 | 0.73 |
| Hex | CB | AB | C4 | 0 | 10 | 3 | 14 | 139 | 18 | 49 |
| Octal | 313 | 253 | 304 | 0 | 20 | 3 | 24 | 471 | 30 | 111 |
| Binary | 11001011 | 10101011 | 11000100 | 0 | 10000 | 11 | 10100 | 100111001 | 11000 | 1001001 |
Color Harmonies of #CBABC4
Complementary color
Monochromatic Colors of #CBABC4
Black with #CBABC4
Text Example
Text Example
White with #CBABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABC4; }
p { color: rgb(203,171,196); }
H1.HeaderClassName
{
color: #CBABC4;
}
.AnyTagClassName
{
color: #CBABC4;
}
</style>
background-color css
<style>
a { background-color: #CBABC4; }
a { background-color: rgb(203,171,196); }
div.DivClassName
{
background-color: #CBABC4;
}
.BgClassName
{
background-color: #CBABC4;
}
</style>
border-color css
<style>
span { border-color: #CBABC4; }
span { border-color: rgb(203,171,196); }
td.TdClassName
{
border-color: #CBABC4;
}
.TagClassName
{
border-color: #CBABC4;
}
</style>