Shades of Maverick #CEA8BF
Tints of Maverick #CEA8BF
RGB
CMYK
RGB Variations
Color information
#CEA8BF (or 0xCEA8BF) is known color: Maverick. HEX triplet: CE, A8 and BF. RGB value is (206,168,191). Sum of RGB (Red+Green+Blue) = 206+168+191=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8BF is #315740. Grayscale: #B5B5B5. Windows color (decimal): -3233601 or 12560590. OLE color: 12560590.
HSL color Cylindrical-coordinate representation of color #CEA8BF: hue angle of 323.68º 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 #CEA8BF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 191 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.19 |
| HSL | 323.68º | 0.28% | 0.73% | - |
| HSV(B) | 323.68º | 0.18% | 0.81% | - |
| XYZ | 48.86 | 44.89 | 55.38 | - |
| YUV | 181.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 191 | 0 | 0.18 | 0.07 | 0.19 | 323.68 | 0.28 | 0.73 |
| Hex | CE | A8 | BF | 0 | 12 | 7 | 13 | 144 | 1C | 49 |
| Octal | 316 | 250 | 277 | 0 | 22 | 7 | 23 | 504 | 34 | 111 |
| Binary | 11001110 | 10101000 | 10111111 | 0 | 10010 | 111 | 10011 | 101000100 | 11100 | 1001001 |
Color Harmonies of #CEA8BF
Complementary color
Monochromatic Colors of #CEA8BF
Black with #CEA8BF
Text Example
Text Example
White with #CEA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8BF; }
p { color: rgb(206,168,191); }
H1.HeaderClassName
{
color: #CEA8BF;
}
.AnyTagClassName
{
color: #CEA8BF;
}
</style>
background-color css
<style>
a { background-color: #CEA8BF; }
a { background-color: rgb(206,168,191); }
div.DivClassName
{
background-color: #CEA8BF;
}
.BgClassName
{
background-color: #CEA8BF;
}
</style>
border-color css
<style>
span { border-color: #CEA8BF; }
span { border-color: rgb(206,168,191); }
td.TdClassName
{
border-color: #CEA8BF;
}
.TagClassName
{
border-color: #CEA8BF;
}
</style>