Shades of Maverick #CEA7BB
Tints of Maverick #CEA7BB
RGB
CMYK
RGB Variations
Color information
#CEA7BB (or 0xCEA7BB) is known color: Maverick. HEX triplet: CE, A7 and BB. RGB value is (206,167,187). Sum of RGB (Red+Green+Blue) = 206+167+187=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7BB is #315844. Grayscale: #B4B4B4. Windows color (decimal): -3233861 or 12298190. OLE color: 12298190.
HSL color Cylindrical-coordinate representation of color #CEA7BB: hue angle of 329.23º 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 #CEA7BB is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 187 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.19 |
| HSL | 329.23º | 0.28% | 0.73% | - |
| HSV(B) | 329.23º | 0.19% | 0.81% | - |
| XYZ | 48.24 | 44.35 | 53.03 | - |
| YUV | 180.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 187 | 0 | 0.19 | 0.09 | 0.19 | 329.23 | 0.28 | 0.73 |
| Hex | CE | A7 | BB | 0 | 13 | 9 | 13 | 149 | 1C | 49 |
| Octal | 316 | 247 | 273 | 0 | 23 | 11 | 23 | 511 | 34 | 111 |
| Binary | 11001110 | 10100111 | 10111011 | 0 | 10011 | 1001 | 10011 | 101001001 | 11100 | 1001001 |
Color Harmonies of #CEA7BB
Complementary color
Monochromatic Colors of #CEA7BB
Black with #CEA7BB
Text Example
Text Example
White with #CEA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7BB; }
p { color: rgb(206,167,187); }
H1.HeaderClassName
{
color: #CEA7BB;
}
.AnyTagClassName
{
color: #CEA7BB;
}
</style>
background-color css
<style>
a { background-color: #CEA7BB; }
a { background-color: rgb(206,167,187); }
div.DivClassName
{
background-color: #CEA7BB;
}
.BgClassName
{
background-color: #CEA7BB;
}
</style>
border-color css
<style>
span { border-color: #CEA7BB; }
span { border-color: rgb(206,167,187); }
td.TdClassName
{
border-color: #CEA7BB;
}
.TagClassName
{
border-color: #CEA7BB;
}
</style>