Shades of Maverick #CEB2BE
Tints of Maverick #CEB2BE
RGB
CMYK
RGB Variations
Color information
#CEB2BE (or 0xCEB2BE) is known color: Maverick. HEX triplet: CE, B2 and BE. RGB value is (206,178,190). Sum of RGB (Red+Green+Blue) = 206+178+190=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB2BE is #314D41. Grayscale: #BBBBBB. Windows color (decimal): -3231042 or 12497614. OLE color: 12497614.
HSL color Cylindrical-coordinate representation of color #CEB2BE: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEB2BE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 190 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.19 |
| HSL | 334.29º | 0.22% | 0.75% | - |
| HSV(B) | 334.29º | 0.14% | 0.81% | - |
| XYZ | 50.67 | 48.68 | 55.44 | - |
| YUV | 187.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 190 | 0 | 0.14 | 0.08 | 0.19 | 334.29 | 0.22 | 0.75 |
| Hex | CE | B2 | BE | 0 | E | 8 | 13 | 14E | 16 | 4B |
| Octal | 316 | 262 | 276 | 0 | 16 | 10 | 23 | 516 | 26 | 113 |
| Binary | 11001110 | 10110010 | 10111110 | 0 | 1110 | 1000 | 10011 | 101001110 | 10110 | 1001011 |
Color Harmonies of #CEB2BE
Complementary color
Monochromatic Colors of #CEB2BE
Black with #CEB2BE
Text Example
Text Example
White with #CEB2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB2BE; }
p { color: rgb(206,178,190); }
H1.HeaderClassName
{
color: #CEB2BE;
}
.AnyTagClassName
{
color: #CEB2BE;
}
</style>
background-color css
<style>
a { background-color: #CEB2BE; }
a { background-color: rgb(206,178,190); }
div.DivClassName
{
background-color: #CEB2BE;
}
.BgClassName
{
background-color: #CEB2BE;
}
</style>
border-color css
<style>
span { border-color: #CEB2BE; }
span { border-color: rgb(206,178,190); }
td.TdClassName
{
border-color: #CEB2BE;
}
.TagClassName
{
border-color: #CEB2BE;
}
</style>