Shades of Maverick #CEB7CA
Tints of Maverick #CEB7CA
RGB
CMYK
RGB Variations
Color information
#CEB7CA (or 0xCEB7CA) is known color: Maverick. HEX triplet: CE, B7 and CA. RGB value is (206,183,202). Sum of RGB (Red+Green+Blue) = 206+183+202=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7CA is #314835. Grayscale: #BFBFBF. Windows color (decimal): -3229750 or 13285326. OLE color: 13285326.
HSL color Cylindrical-coordinate representation of color #CEB7CA: hue angle of 310.43º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB7CA is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 202 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.19 |
| HSL | 310.43º | 0.19% | 0.76% | - |
| HSV(B) | 310.43º | 0.11% | 0.81% | - |
| XYZ | 53.05 | 51.25 | 62.97 | - |
| YUV | 192.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 202 | 0 | 0.11 | 0.02 | 0.19 | 310.43 | 0.19 | 0.76 |
| Hex | CE | B7 | CA | 0 | B | 2 | 13 | 136 | 13 | 4C |
| Octal | 316 | 267 | 312 | 0 | 13 | 2 | 23 | 466 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11001010 | 0 | 1011 | 10 | 10011 | 100110110 | 10011 | 1001100 |
Color Harmonies of #CEB7CA
Complementary color
Monochromatic Colors of #CEB7CA
Black with #CEB7CA
Text Example
Text Example
White with #CEB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7CA; }
p { color: rgb(206,183,202); }
H1.HeaderClassName
{
color: #CEB7CA;
}
.AnyTagClassName
{
color: #CEB7CA;
}
</style>
background-color css
<style>
a { background-color: #CEB7CA; }
a { background-color: rgb(206,183,202); }
div.DivClassName
{
background-color: #CEB7CA;
}
.BgClassName
{
background-color: #CEB7CA;
}
</style>
border-color css
<style>
span { border-color: #CEB7CA; }
span { border-color: rgb(206,183,202); }
td.TdClassName
{
border-color: #CEB7CA;
}
.TagClassName
{
border-color: #CEB7CA;
}
</style>