Shades of Maverick #CEBAC7
Tints of Maverick #CEBAC7
RGB
CMYK
RGB Variations
Color information
#CEBAC7 (or 0xCEBAC7) is known color: Maverick. HEX triplet: CE, BA and C7. RGB value is (206,186,199). Sum of RGB (Red+Green+Blue) = 206+186+199=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAC7 is #314538. Grayscale: #C1C1C1. Windows color (decimal): -3228985 or 13089486. OLE color: 13089486.
HSL color Cylindrical-coordinate representation of color #CEBAC7: hue angle of 321º 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 #CEBAC7 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 199 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.19 |
| HSL | 321º | 0.17% | 0.77% | - |
| HSV(B) | 321º | 0.1% | 0.81% | - |
| XYZ | 53.32 | 52.36 | 61.33 | - |
| YUV | 193.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 199 | 0 | 0.10 | 0.03 | 0.19 | 321 | 0.17 | 0.77 |
| Hex | CE | BA | C7 | 0 | A | 3 | 13 | 141 | 11 | 4D |
| Octal | 316 | 272 | 307 | 0 | 12 | 3 | 23 | 501 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11000111 | 0 | 1010 | 11 | 10011 | 101000001 | 10001 | 1001101 |
Color Harmonies of #CEBAC7
Complementary color
Monochromatic Colors of #CEBAC7
Black with #CEBAC7
Text Example
Text Example
White with #CEBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAC7; }
p { color: rgb(206,186,199); }
H1.HeaderClassName
{
color: #CEBAC7;
}
.AnyTagClassName
{
color: #CEBAC7;
}
</style>
background-color css
<style>
a { background-color: #CEBAC7; }
a { background-color: rgb(206,186,199); }
div.DivClassName
{
background-color: #CEBAC7;
}
.BgClassName
{
background-color: #CEBAC7;
}
</style>
border-color css
<style>
span { border-color: #CEBAC7; }
span { border-color: rgb(206,186,199); }
td.TdClassName
{
border-color: #CEBAC7;
}
.TagClassName
{
border-color: #CEBAC7;
}
</style>