Shades of Maverick #CEA7BE
Tints of Maverick #CEA7BE
RGB
CMYK
RGB Variations
Color information
#CEA7BE (or 0xCEA7BE) is known color: Maverick. HEX triplet: CE, A7 and BE. RGB value is (206,167,190). Sum of RGB (Red+Green+Blue) = 206+167+190=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 167 (65.62% from 255 or 29.66% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7BE is #315841. Grayscale: #B5B5B5. Windows color (decimal): -3233858 or 12494798. OLE color: 12494798.
HSL color Cylindrical-coordinate representation of color #CEA7BE: hue angle of 324.62º 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 #CEA7BE is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 190 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.19 |
| HSL | 324.62º | 0.28% | 0.73% | - |
| HSV(B) | 324.62º | 0.19% | 0.81% | - |
| XYZ | 48.57 | 44.48 | 54.74 | - |
| YUV | 181.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 190 | 0 | 0.19 | 0.08 | 0.19 | 324.62 | 0.28 | 0.73 |
| Hex | CE | A7 | BE | 0 | 13 | 8 | 13 | 145 | 1C | 49 |
| Octal | 316 | 247 | 276 | 0 | 23 | 10 | 23 | 505 | 34 | 111 |
| Binary | 11001110 | 10100111 | 10111110 | 0 | 10011 | 1000 | 10011 | 101000101 | 11100 | 1001001 |
Color Harmonies of #CEA7BE
Complementary color
Monochromatic Colors of #CEA7BE
Black with #CEA7BE
Text Example
Text Example
White with #CEA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA7BE; }
p { color: rgb(206,167,190); }
H1.HeaderClassName
{
color: #CEA7BE;
}
.AnyTagClassName
{
color: #CEA7BE;
}
</style>
background-color css
<style>
a { background-color: #CEA7BE; }
a { background-color: rgb(206,167,190); }
div.DivClassName
{
background-color: #CEA7BE;
}
.BgClassName
{
background-color: #CEA7BE;
}
</style>
border-color css
<style>
span { border-color: #CEA7BE; }
span { border-color: rgb(206,167,190); }
td.TdClassName
{
border-color: #CEA7BE;
}
.TagClassName
{
border-color: #CEA7BE;
}
</style>