Shades of Maverick #CEB7C9
Tints of Maverick #CEB7C9
RGB
CMYK
RGB Variations
Color information
#CEB7C9 (or 0xCEB7C9) is known color: Maverick. HEX triplet: CE, B7 and C9. RGB value is (206,183,201). Sum of RGB (Red+Green+Blue) = 206+183+201=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C9 is #314836. Grayscale: #BFBFBF. Windows color (decimal): -3229751 or 13219790. OLE color: 13219790.
HSL color Cylindrical-coordinate representation of color #CEB7C9: hue angle of 313.04º 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 #CEB7C9 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 201 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.19 |
| HSL | 313.04º | 0.19% | 0.76% | - |
| HSV(B) | 313.04º | 0.11% | 0.81% | - |
| XYZ | 52.93 | 51.21 | 62.35 | - |
| YUV | 191.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 201 | 0 | 0.11 | 0.02 | 0.19 | 313.04 | 0.19 | 0.76 |
| Hex | CE | B7 | C9 | 0 | B | 2 | 13 | 139 | 13 | 4C |
| Octal | 316 | 267 | 311 | 0 | 13 | 2 | 23 | 471 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11001001 | 0 | 1011 | 10 | 10011 | 100111001 | 10011 | 1001100 |
Color Harmonies of #CEB7C9
Complementary color
Monochromatic Colors of #CEB7C9
Black with #CEB7C9
Text Example
Text Example
White with #CEB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C9; }
p { color: rgb(206,183,201); }
H1.HeaderClassName
{
color: #CEB7C9;
}
.AnyTagClassName
{
color: #CEB7C9;
}
</style>
background-color css
<style>
a { background-color: #CEB7C9; }
a { background-color: rgb(206,183,201); }
div.DivClassName
{
background-color: #CEB7C9;
}
.BgClassName
{
background-color: #CEB7C9;
}
</style>
border-color css
<style>
span { border-color: #CEB7C9; }
span { border-color: rgb(206,183,201); }
td.TdClassName
{
border-color: #CEB7C9;
}
.TagClassName
{
border-color: #CEB7C9;
}
</style>