Shades of Maverick #CEBAC5
Tints of Maverick #CEBAC5
RGB
CMYK
RGB Variations
Color information
#CEBAC5 (or 0xCEBAC5) is known color: Maverick. HEX triplet: CE, BA and C5. RGB value is (206,186,197). Sum of RGB (Red+Green+Blue) = 206+186+197=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAC5 is #31453A. Grayscale: #C1C1C1. Windows color (decimal): -3228987 or 12958414. OLE color: 12958414.
HSL color Cylindrical-coordinate representation of color #CEBAC5: hue angle of 327º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBAC5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 197 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.19 |
| HSL | 327º | 0.17% | 0.77% | - |
| HSV(B) | 327º | 0.1% | 0.81% | - |
| XYZ | 53.09 | 52.27 | 60.11 | - |
| YUV | 193.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 197 | 0 | 0.10 | 0.04 | 0.19 | 327 | 0.17 | 0.77 |
| Hex | CE | BA | C5 | 0 | A | 4 | 13 | 147 | 11 | 4D |
| Octal | 316 | 272 | 305 | 0 | 12 | 4 | 23 | 507 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11000101 | 0 | 1010 | 100 | 10011 | 101000111 | 10001 | 1001101 |
Color Harmonies of #CEBAC5
Complementary color
Monochromatic Colors of #CEBAC5
Black with #CEBAC5
Text Example
Text Example
White with #CEBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAC5; }
p { color: rgb(206,186,197); }
H1.HeaderClassName
{
color: #CEBAC5;
}
.AnyTagClassName
{
color: #CEBAC5;
}
</style>
background-color css
<style>
a { background-color: #CEBAC5; }
a { background-color: rgb(206,186,197); }
div.DivClassName
{
background-color: #CEBAC5;
}
.BgClassName
{
background-color: #CEBAC5;
}
</style>
border-color css
<style>
span { border-color: #CEBAC5; }
span { border-color: rgb(206,186,197); }
td.TdClassName
{
border-color: #CEBAC5;
}
.TagClassName
{
border-color: #CEBAC5;
}
</style>