Shades of Maverick #CEB3C0
Tints of Maverick #CEB3C0
RGB
CMYK
RGB Variations
Color information
#CEB3C0 (or 0xCEB3C0) is known color: Maverick. HEX triplet: CE, B3 and C0. RGB value is (206,179,192). Sum of RGB (Red+Green+Blue) = 206+179+192=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C0 is #314C3F. Grayscale: #BCBCBC. Windows color (decimal): -3230784 or 12628942. OLE color: 12628942.
HSL color Cylindrical-coordinate representation of color #CEB3C0: hue angle of 331.11º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3C0 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 192 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.19 |
| HSL | 331.11º | 0.22% | 0.75% | - |
| HSV(B) | 331.11º | 0.13% | 0.81% | - |
| XYZ | 51.09 | 49.17 | 56.67 | - |
| YUV | 188.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 192 | 0 | 0.13 | 0.07 | 0.19 | 331.11 | 0.22 | 0.75 |
| Hex | CE | B3 | C0 | 0 | D | 7 | 13 | 14B | 16 | 4B |
| Octal | 316 | 263 | 300 | 0 | 15 | 7 | 23 | 513 | 26 | 113 |
| Binary | 11001110 | 10110011 | 11000000 | 0 | 1101 | 111 | 10011 | 101001011 | 10110 | 1001011 |
Color Harmonies of #CEB3C0
Complementary color
Monochromatic Colors of #CEB3C0
Black with #CEB3C0
Text Example
Text Example
White with #CEB3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3C0; }
p { color: rgb(206,179,192); }
H1.HeaderClassName
{
color: #CEB3C0;
}
.AnyTagClassName
{
color: #CEB3C0;
}
</style>
background-color css
<style>
a { background-color: #CEB3C0; }
a { background-color: rgb(206,179,192); }
div.DivClassName
{
background-color: #CEB3C0;
}
.BgClassName
{
background-color: #CEB3C0;
}
</style>
border-color css
<style>
span { border-color: #CEB3C0; }
span { border-color: rgb(206,179,192); }
td.TdClassName
{
border-color: #CEB3C0;
}
.TagClassName
{
border-color: #CEB3C0;
}
</style>