Shades of Maverick #CEB7C6
Tints of Maverick #CEB7C6
RGB
CMYK
RGB Variations
Color information
#CEB7C6 (or 0xCEB7C6) is known color: Maverick. HEX triplet: CE, B7 and C6. RGB value is (206,183,198). Sum of RGB (Red+Green+Blue) = 206+183+198=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB7C6 is #314839. Grayscale: #BFBFBF. Windows color (decimal): -3229754 or 13023182. OLE color: 13023182.
HSL color Cylindrical-coordinate representation of color #CEB7C6: hue angle of 320.87º 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 #CEB7C6 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 198 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.19 |
| HSL | 320.87º | 0.19% | 0.76% | - |
| HSV(B) | 320.87º | 0.11% | 0.81% | - |
| XYZ | 52.58 | 51.07 | 60.51 | - |
| YUV | 191.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 198 | 0 | 0.11 | 0.04 | 0.19 | 320.87 | 0.19 | 0.76 |
| Hex | CE | B7 | C6 | 0 | B | 4 | 13 | 141 | 13 | 4C |
| Octal | 316 | 267 | 306 | 0 | 13 | 4 | 23 | 501 | 23 | 114 |
| Binary | 11001110 | 10110111 | 11000110 | 0 | 1011 | 100 | 10011 | 101000001 | 10011 | 1001100 |
Color Harmonies of #CEB7C6
Complementary color
Monochromatic Colors of #CEB7C6
Black with #CEB7C6
Text Example
Text Example
White with #CEB7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7C6; }
p { color: rgb(206,183,198); }
H1.HeaderClassName
{
color: #CEB7C6;
}
.AnyTagClassName
{
color: #CEB7C6;
}
</style>
background-color css
<style>
a { background-color: #CEB7C6; }
a { background-color: rgb(206,183,198); }
div.DivClassName
{
background-color: #CEB7C6;
}
.BgClassName
{
background-color: #CEB7C6;
}
</style>
border-color css
<style>
span { border-color: #CEB7C6; }
span { border-color: rgb(206,183,198); }
td.TdClassName
{
border-color: #CEB7C6;
}
.TagClassName
{
border-color: #CEB7C6;
}
</style>