Shades of Maverick #CEB0BD
Tints of Maverick #CEB0BD
RGB
CMYK
RGB Variations
Color information
#CEB0BD (or 0xCEB0BD) is known color: Maverick. HEX triplet: CE, B0 and BD. RGB value is (206,176,189). Sum of RGB (Red+Green+Blue) = 206+176+189=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BD is #314F42. Grayscale: #BABABA. Windows color (decimal): -3231555 or 12431566. OLE color: 12431566.
HSL color Cylindrical-coordinate representation of color #CEB0BD: hue angle of 334º 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 #CEB0BD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 189 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.19 |
| HSL | 334º | 0.23% | 0.75% | - |
| HSV(B) | 334º | 0.15% | 0.81% | - |
| XYZ | 50.16 | 47.85 | 54.74 | - |
| YUV | 186.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 189 | 0 | 0.15 | 0.08 | 0.19 | 334 | 0.23 | 0.75 |
| Hex | CE | B0 | BD | 0 | F | 8 | 13 | 14E | 17 | 4B |
| Octal | 316 | 260 | 275 | 0 | 17 | 10 | 23 | 516 | 27 | 113 |
| Binary | 11001110 | 10110000 | 10111101 | 0 | 1111 | 1000 | 10011 | 101001110 | 10111 | 1001011 |
Color Harmonies of #CEB0BD
Complementary color
Monochromatic Colors of #CEB0BD
Black with #CEB0BD
Text Example
Text Example
White with #CEB0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB0BD; }
p { color: rgb(206,176,189); }
H1.HeaderClassName
{
color: #CEB0BD;
}
.AnyTagClassName
{
color: #CEB0BD;
}
</style>
background-color css
<style>
a { background-color: #CEB0BD; }
a { background-color: rgb(206,176,189); }
div.DivClassName
{
background-color: #CEB0BD;
}
.BgClassName
{
background-color: #CEB0BD;
}
</style>
border-color css
<style>
span { border-color: #CEB0BD; }
span { border-color: rgb(206,176,189); }
td.TdClassName
{
border-color: #CEB0BD;
}
.TagClassName
{
border-color: #CEB0BD;
}
</style>