Shades of Maverick #CEA7BD
Tints of Maverick #CEA7BD
RGB
CMYK
RGB Variations
Color information
#CEA7BD (or 0xCEA7BD) is known color: Maverick. HEX triplet: CE, A7 and BD. RGB value is (206,167,189). Sum of RGB (Red+Green+Blue) = 206+167+189=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7BD is #315842. Grayscale: #B5B5B5. Windows color (decimal): -3233859 or 12429262. OLE color: 12429262.
HSL color Cylindrical-coordinate representation of color #CEA7BD: hue angle of 326.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEA7BD is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 189 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.19 |
| HSL | 326.15º | 0.28% | 0.73% | - |
| HSV(B) | 326.15º | 0.19% | 0.81% | - |
| XYZ | 48.46 | 44.43 | 54.17 | - |
| YUV | 181.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 189 | 0 | 0.19 | 0.08 | 0.19 | 326.15 | 0.28 | 0.73 |
| Hex | CE | A7 | BD | 0 | 13 | 8 | 13 | 146 | 1C | 49 |
| Octal | 316 | 247 | 275 | 0 | 23 | 10 | 23 | 506 | 34 | 111 |
| Binary | 11001110 | 10100111 | 10111101 | 0 | 10011 | 1000 | 10011 | 101000110 | 11100 | 1001001 |
Color Harmonies of #CEA7BD
Complementary color
Monochromatic Colors of #CEA7BD
Black with #CEA7BD
Text Example
Text Example
White with #CEA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7BD; }
p { color: rgb(206,167,189); }
H1.HeaderClassName
{
color: #CEA7BD;
}
.AnyTagClassName
{
color: #CEA7BD;
}
</style>
background-color css
<style>
a { background-color: #CEA7BD; }
a { background-color: rgb(206,167,189); }
div.DivClassName
{
background-color: #CEA7BD;
}
.BgClassName
{
background-color: #CEA7BD;
}
</style>
border-color css
<style>
span { border-color: #CEA7BD; }
span { border-color: rgb(206,167,189); }
td.TdClassName
{
border-color: #CEA7BD;
}
.TagClassName
{
border-color: #CEA7BD;
}
</style>