Shades of Maverick #CEA8BD
Tints of Maverick #CEA8BD
RGB
CMYK
RGB Variations
Color information
#CEA8BD (or 0xCEA8BD) is known color: Maverick. HEX triplet: CE, A8 and BD. RGB value is (206,168,189). Sum of RGB (Red+Green+Blue) = 206+168+189=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8BD is #315742. Grayscale: #B5B5B5. Windows color (decimal): -3233603 or 12429518. OLE color: 12429518.
HSL color Cylindrical-coordinate representation of color #CEA8BD: hue angle of 326.84º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8BD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 189 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.19 |
| HSL | 326.84º | 0.28% | 0.73% | - |
| HSV(B) | 326.84º | 0.18% | 0.81% | - |
| XYZ | 48.64 | 44.8 | 54.23 | - |
| YUV | 181.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 189 | 0 | 0.18 | 0.08 | 0.19 | 326.84 | 0.28 | 0.73 |
| Hex | CE | A8 | BD | 0 | 12 | 8 | 13 | 147 | 1C | 49 |
| Octal | 316 | 250 | 275 | 0 | 22 | 10 | 23 | 507 | 34 | 111 |
| Binary | 11001110 | 10101000 | 10111101 | 0 | 10010 | 1000 | 10011 | 101000111 | 11100 | 1001001 |
Color Harmonies of #CEA8BD
Complementary color
Monochromatic Colors of #CEA8BD
Black with #CEA8BD
Text Example
Text Example
White with #CEA8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8BD; }
p { color: rgb(206,168,189); }
H1.HeaderClassName
{
color: #CEA8BD;
}
.AnyTagClassName
{
color: #CEA8BD;
}
</style>
background-color css
<style>
a { background-color: #CEA8BD; }
a { background-color: rgb(206,168,189); }
div.DivClassName
{
background-color: #CEA8BD;
}
.BgClassName
{
background-color: #CEA8BD;
}
</style>
border-color css
<style>
span { border-color: #CEA8BD; }
span { border-color: rgb(206,168,189); }
td.TdClassName
{
border-color: #CEA8BD;
}
.TagClassName
{
border-color: #CEA8BD;
}
</style>