Shades of Maverick #CEABBB
Tints of Maverick #CEABBB
RGB
CMYK
RGB Variations
Color information
#CEABBB (or 0xCEABBB) is known color: Maverick. HEX triplet: CE, AB and BB. RGB value is (206,171,187). Sum of RGB (Red+Green+Blue) = 206+171+187=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABBB is #315444. Grayscale: #B7B7B7. Windows color (decimal): -3232837 or 12299214. OLE color: 12299214.
HSL color Cylindrical-coordinate representation of color #CEABBB: hue angle of 332.57º 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 #CEABBB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 187 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.19 |
| HSL | 332.57º | 0.26% | 0.74% | - |
| HSV(B) | 332.57º | 0.17% | 0.81% | - |
| XYZ | 48.99 | 45.84 | 53.28 | - |
| YUV | 183.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 187 | 0 | 0.17 | 0.09 | 0.19 | 332.57 | 0.26 | 0.74 |
| Hex | CE | AB | BB | 0 | 11 | 9 | 13 | 14D | 1A | 4A |
| Octal | 316 | 253 | 273 | 0 | 21 | 11 | 23 | 515 | 32 | 112 |
| Binary | 11001110 | 10101011 | 10111011 | 0 | 10001 | 1001 | 10011 | 101001101 | 11010 | 1001010 |
Color Harmonies of #CEABBB
Complementary color
Monochromatic Colors of #CEABBB
Black with #CEABBB
Text Example
Text Example
White with #CEABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABBB; }
p { color: rgb(206,171,187); }
H1.HeaderClassName
{
color: #CEABBB;
}
.AnyTagClassName
{
color: #CEABBB;
}
</style>
background-color css
<style>
a { background-color: #CEABBB; }
a { background-color: rgb(206,171,187); }
div.DivClassName
{
background-color: #CEABBB;
}
.BgClassName
{
background-color: #CEABBB;
}
</style>
border-color css
<style>
span { border-color: #CEABBB; }
span { border-color: rgb(206,171,187); }
td.TdClassName
{
border-color: #CEABBB;
}
.TagClassName
{
border-color: #CEABBB;
}
</style>