Shades of Maverick #CEB3C8
Tints of Maverick #CEB3C8
RGB
CMYK
RGB Variations
Color information
#CEB3C8 (or 0xCEB3C8) is known color: Maverick. HEX triplet: CE, B3 and C8. RGB value is (206,179,200). Sum of RGB (Red+Green+Blue) = 206+179+200=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB3C8 is #314C37. Grayscale: #BDBDBD. Windows color (decimal): -3230776 or 13153230. OLE color: 13153230.
HSL color Cylindrical-coordinate representation of color #CEB3C8: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEB3C8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 200 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.19 |
| HSL | 313.33º | 0.22% | 0.75% | - |
| HSV(B) | 313.33º | 0.13% | 0.81% | - |
| XYZ | 52 | 49.53 | 61.46 | - |
| YUV | 189.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 200 | 0 | 0.13 | 0.03 | 0.19 | 313.33 | 0.22 | 0.75 |
| Hex | CE | B3 | C8 | 0 | D | 3 | 13 | 139 | 16 | 4B |
| Octal | 316 | 263 | 310 | 0 | 15 | 3 | 23 | 471 | 26 | 113 |
| Binary | 11001110 | 10110011 | 11001000 | 0 | 1101 | 11 | 10011 | 100111001 | 10110 | 1001011 |
Color Harmonies of #CEB3C8
Complementary color
Monochromatic Colors of #CEB3C8
Black with #CEB3C8
Text Example
Text Example
White with #CEB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB3C8; }
p { color: rgb(206,179,200); }
H1.HeaderClassName
{
color: #CEB3C8;
}
.AnyTagClassName
{
color: #CEB3C8;
}
</style>
background-color css
<style>
a { background-color: #CEB3C8; }
a { background-color: rgb(206,179,200); }
div.DivClassName
{
background-color: #CEB3C8;
}
.BgClassName
{
background-color: #CEB3C8;
}
</style>
border-color css
<style>
span { border-color: #CEB3C8; }
span { border-color: rgb(206,179,200); }
td.TdClassName
{
border-color: #CEB3C8;
}
.TagClassName
{
border-color: #CEB3C8;
}
</style>