Shades of Maverick #CEABC5
Tints of Maverick #CEABC5
RGB
CMYK
RGB Variations
Color information
#CEABC5 (or 0xCEABC5) is known color: Maverick. HEX triplet: CE, AB and C5. RGB value is (206,171,197). Sum of RGB (Red+Green+Blue) = 206+171+197=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC5 is #31543A. Grayscale: #B8B8B8. Windows color (decimal): -3232827 or 12954574. OLE color: 12954574.
HSL color Cylindrical-coordinate representation of color #CEABC5: hue angle of 315.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEABC5 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 197 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.19 |
| HSL | 315.43º | 0.26% | 0.74% | - |
| HSV(B) | 315.43º | 0.17% | 0.81% | - |
| XYZ | 50.09 | 46.28 | 59.12 | - |
| YUV | 184.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 197 | 0 | 0.17 | 0.04 | 0.19 | 315.43 | 0.26 | 0.74 |
| Hex | CE | AB | C5 | 0 | 11 | 4 | 13 | 13B | 1A | 4A |
| Octal | 316 | 253 | 305 | 0 | 21 | 4 | 23 | 473 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000101 | 0 | 10001 | 100 | 10011 | 100111011 | 11010 | 1001010 |
Color Harmonies of #CEABC5
Complementary color
Monochromatic Colors of #CEABC5
Black with #CEABC5
Text Example
Text Example
White with #CEABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC5; }
p { color: rgb(206,171,197); }
H1.HeaderClassName
{
color: #CEABC5;
}
.AnyTagClassName
{
color: #CEABC5;
}
</style>
background-color css
<style>
a { background-color: #CEABC5; }
a { background-color: rgb(206,171,197); }
div.DivClassName
{
background-color: #CEABC5;
}
.BgClassName
{
background-color: #CEABC5;
}
</style>
border-color css
<style>
span { border-color: #CEABC5; }
span { border-color: rgb(206,171,197); }
td.TdClassName
{
border-color: #CEABC5;
}
.TagClassName
{
border-color: #CEABC5;
}
</style>