Shades of Maverick #CEB5C0
Tints of Maverick #CEB5C0
RGB
CMYK
RGB Variations
Color information
#CEB5C0 (or 0xCEB5C0) is known color: Maverick. HEX triplet: CE, B5 and C0. RGB value is (206,181,192). Sum of RGB (Red+Green+Blue) = 206+181+192=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5C0 is #314A3F. Grayscale: #BDBDBD. Windows color (decimal): -3230272 or 12629454. OLE color: 12629454.
HSL color Cylindrical-coordinate representation of color #CEB5C0: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEB5C0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 192 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.19 |
| HSL | 333.6º | 0.2% | 0.76% | - |
| HSV(B) | 333.6º | 0.12% | 0.81% | - |
| XYZ | 51.49 | 49.98 | 56.8 | - |
| YUV | 189.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 192 | 0 | 0.12 | 0.07 | 0.19 | 333.6 | 0.2 | 0.76 |
| Hex | CE | B5 | C0 | 0 | C | 7 | 13 | 14E | 14 | 4C |
| Octal | 316 | 265 | 300 | 0 | 14 | 7 | 23 | 516 | 24 | 114 |
| Binary | 11001110 | 10110101 | 11000000 | 0 | 1100 | 111 | 10011 | 101001110 | 10100 | 1001100 |
Color Harmonies of #CEB5C0
Complementary color
Monochromatic Colors of #CEB5C0
Black with #CEB5C0
Text Example
Text Example
White with #CEB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5C0; }
p { color: rgb(206,181,192); }
H1.HeaderClassName
{
color: #CEB5C0;
}
.AnyTagClassName
{
color: #CEB5C0;
}
</style>
background-color css
<style>
a { background-color: #CEB5C0; }
a { background-color: rgb(206,181,192); }
div.DivClassName
{
background-color: #CEB5C0;
}
.BgClassName
{
background-color: #CEB5C0;
}
</style>
border-color css
<style>
span { border-color: #CEB5C0; }
span { border-color: rgb(206,181,192); }
td.TdClassName
{
border-color: #CEB5C0;
}
.TagClassName
{
border-color: #CEB5C0;
}
</style>