Shades of Maverick #CEB0C0
Tints of Maverick #CEB0C0
RGB
CMYK
RGB Variations
Color information
#CEB0C0 (or 0xCEB0C0) is known color: Maverick. HEX triplet: CE, B0 and C0. RGB value is (206,176,192). Sum of RGB (Red+Green+Blue) = 206+176+192=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0C0 is #314F3F. Grayscale: #BABABA. Windows color (decimal): -3231552 or 12628174. OLE color: 12628174.
HSL color Cylindrical-coordinate representation of color #CEB0C0: hue angle of 328º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0C0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 192 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.19 |
| HSL | 328º | 0.23% | 0.75% | - |
| HSV(B) | 328º | 0.15% | 0.81% | - |
| XYZ | 50.49 | 47.98 | 56.47 | - |
| YUV | 186.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 192 | 0 | 0.15 | 0.07 | 0.19 | 328 | 0.23 | 0.75 |
| Hex | CE | B0 | C0 | 0 | F | 7 | 13 | 148 | 17 | 4B |
| Octal | 316 | 260 | 300 | 0 | 17 | 7 | 23 | 510 | 27 | 113 |
| Binary | 11001110 | 10110000 | 11000000 | 0 | 1111 | 111 | 10011 | 101001000 | 10111 | 1001011 |
Color Harmonies of #CEB0C0
Complementary color
Monochromatic Colors of #CEB0C0
Black with #CEB0C0
Text Example
Text Example
White with #CEB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0C0; }
p { color: rgb(206,176,192); }
H1.HeaderClassName
{
color: #CEB0C0;
}
.AnyTagClassName
{
color: #CEB0C0;
}
</style>
background-color css
<style>
a { background-color: #CEB0C0; }
a { background-color: rgb(206,176,192); }
div.DivClassName
{
background-color: #CEB0C0;
}
.BgClassName
{
background-color: #CEB0C0;
}
</style>
border-color css
<style>
span { border-color: #CEB0C0; }
span { border-color: rgb(206,176,192); }
td.TdClassName
{
border-color: #CEB0C0;
}
.TagClassName
{
border-color: #CEB0C0;
}
</style>