Shades of Maverick #CEB0BC
Tints of Maverick #CEB0BC
RGB
CMYK
RGB Variations
Color information
#CEB0BC (or 0xCEB0BC) is known color: Maverick. HEX triplet: CE, B0 and BC. RGB value is (206,176,188). Sum of RGB (Red+Green+Blue) = 206+176+188=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BC is #314F43. Grayscale: #BABABA. Windows color (decimal): -3231556 or 12366030. OLE color: 12366030.
HSL color Cylindrical-coordinate representation of color #CEB0BC: hue angle of 336º 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 #CEB0BC is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 188 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.19 |
| HSL | 336º | 0.23% | 0.75% | - |
| HSV(B) | 336º | 0.15% | 0.81% | - |
| XYZ | 50.06 | 47.8 | 54.17 | - |
| YUV | 186.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 188 | 0 | 0.15 | 0.09 | 0.19 | 336 | 0.23 | 0.75 |
| Hex | CE | B0 | BC | 0 | F | 9 | 13 | 150 | 17 | 4B |
| Octal | 316 | 260 | 274 | 0 | 17 | 11 | 23 | 520 | 27 | 113 |
| Binary | 11001110 | 10110000 | 10111100 | 0 | 1111 | 1001 | 10011 | 101010000 | 10111 | 1001011 |
Color Harmonies of #CEB0BC
Complementary color
Monochromatic Colors of #CEB0BC
Black with #CEB0BC
Text Example
Text Example
White with #CEB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0BC; }
p { color: rgb(206,176,188); }
H1.HeaderClassName
{
color: #CEB0BC;
}
.AnyTagClassName
{
color: #CEB0BC;
}
</style>
background-color css
<style>
a { background-color: #CEB0BC; }
a { background-color: rgb(206,176,188); }
div.DivClassName
{
background-color: #CEB0BC;
}
.BgClassName
{
background-color: #CEB0BC;
}
</style>
border-color css
<style>
span { border-color: #CEB0BC; }
span { border-color: rgb(206,176,188); }
td.TdClassName
{
border-color: #CEB0BC;
}
.TagClassName
{
border-color: #CEB0BC;
}
</style>