Shades of Maverick #CEABBA
Tints of Maverick #CEABBA
RGB
CMYK
RGB Variations
Color information
#CEABBA (or 0xCEABBA) is known color: Maverick. HEX triplet: CE, AB and BA. RGB value is (206,171,186). Sum of RGB (Red+Green+Blue) = 206+171+186=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABBA is #315445. Grayscale: #B7B7B7. Windows color (decimal): -3232838 or 12233678. OLE color: 12233678.
HSL color Cylindrical-coordinate representation of color #CEABBA: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEABBA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 186 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 334.29º | 0.26% | 0.74% | - |
| HSV(B) | 334.29º | 0.17% | 0.81% | - |
| XYZ | 48.88 | 45.79 | 52.72 | - |
| YUV | 183.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 186 | 0 | 0.17 | 0.10 | 0.19 | 334.29 | 0.26 | 0.74 |
| Hex | CE | AB | BA | 0 | 11 | A | 13 | 14E | 1A | 4A |
| Octal | 316 | 253 | 272 | 0 | 21 | 12 | 23 | 516 | 32 | 112 |
| Binary | 11001110 | 10101011 | 10111010 | 0 | 10001 | 1010 | 10011 | 101001110 | 11010 | 1001010 |
Color Harmonies of #CEABBA
Complementary color
Monochromatic Colors of #CEABBA
Black with #CEABBA
Text Example
Text Example
White with #CEABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABBA; }
p { color: rgb(206,171,186); }
H1.HeaderClassName
{
color: #CEABBA;
}
.AnyTagClassName
{
color: #CEABBA;
}
</style>
background-color css
<style>
a { background-color: #CEABBA; }
a { background-color: rgb(206,171,186); }
div.DivClassName
{
background-color: #CEABBA;
}
.BgClassName
{
background-color: #CEABBA;
}
</style>
border-color css
<style>
span { border-color: #CEABBA; }
span { border-color: rgb(206,171,186); }
td.TdClassName
{
border-color: #CEABBA;
}
.TagClassName
{
border-color: #CEABBA;
}
</style>