Shades of Maverick #CEACBA
Tints of Maverick #CEACBA
RGB
CMYK
RGB Variations
Color information
#CEACBA (or 0xCEACBA) is known color: Maverick. HEX triplet: CE, AC and BA. RGB value is (206,172,186). Sum of RGB (Red+Green+Blue) = 206+172+186=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACBA is #315345. Grayscale: #B7B7B7. Windows color (decimal): -3232582 or 12233934. OLE color: 12233934.
HSL color Cylindrical-coordinate representation of color #CEACBA: hue angle of 335.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 #CEACBA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 186 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 335.29º | 0.26% | 0.74% | - |
| HSV(B) | 335.29º | 0.17% | 0.81% | - |
| XYZ | 49.07 | 46.17 | 52.78 | - |
| YUV | 183.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 186 | 0 | 0.17 | 0.10 | 0.19 | 335.29 | 0.26 | 0.74 |
| Hex | CE | AC | BA | 0 | 11 | A | 13 | 14F | 1A | 4A |
| Octal | 316 | 254 | 272 | 0 | 21 | 12 | 23 | 517 | 32 | 112 |
| Binary | 11001110 | 10101100 | 10111010 | 0 | 10001 | 1010 | 10011 | 101001111 | 11010 | 1001010 |
Color Harmonies of #CEACBA
Complementary color
Monochromatic Colors of #CEACBA
Black with #CEACBA
Text Example
Text Example
White with #CEACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACBA; }
p { color: rgb(206,172,186); }
H1.HeaderClassName
{
color: #CEACBA;
}
.AnyTagClassName
{
color: #CEACBA;
}
</style>
background-color css
<style>
a { background-color: #CEACBA; }
a { background-color: rgb(206,172,186); }
div.DivClassName
{
background-color: #CEACBA;
}
.BgClassName
{
background-color: #CEACBA;
}
</style>
border-color css
<style>
span { border-color: #CEACBA; }
span { border-color: rgb(206,172,186); }
td.TdClassName
{
border-color: #CEACBA;
}
.TagClassName
{
border-color: #CEACBA;
}
</style>