Shades of Maverick #CEABC4
Tints of Maverick #CEABC4
RGB
CMYK
RGB Variations
Color information
#CEABC4 (or 0xCEABC4) is known color: Maverick. HEX triplet: CE, AB and C4. RGB value is (206,171,196). Sum of RGB (Red+Green+Blue) = 206+171+196=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC4 is #31543B. Grayscale: #B8B8B8. Windows color (decimal): -3232828 or 12889038. OLE color: 12889038.
HSL color Cylindrical-coordinate representation of color #CEABC4: hue angle of 317.14º 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 #CEABC4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 196 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.19 |
| HSL | 317.14º | 0.26% | 0.74% | - |
| HSV(B) | 317.14º | 0.17% | 0.81% | - |
| XYZ | 49.98 | 46.23 | 58.51 | - |
| YUV | 184.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 196 | 0 | 0.17 | 0.05 | 0.19 | 317.14 | 0.26 | 0.74 |
| Hex | CE | AB | C4 | 0 | 11 | 5 | 13 | 13D | 1A | 4A |
| Octal | 316 | 253 | 304 | 0 | 21 | 5 | 23 | 475 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000100 | 0 | 10001 | 101 | 10011 | 100111101 | 11010 | 1001010 |
Color Harmonies of #CEABC4
Complementary color
Monochromatic Colors of #CEABC4
Black with #CEABC4
Text Example
Text Example
White with #CEABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC4; }
p { color: rgb(206,171,196); }
H1.HeaderClassName
{
color: #CEABC4;
}
.AnyTagClassName
{
color: #CEABC4;
}
</style>
background-color css
<style>
a { background-color: #CEABC4; }
a { background-color: rgb(206,171,196); }
div.DivClassName
{
background-color: #CEABC4;
}
.BgClassName
{
background-color: #CEABC4;
}
</style>
border-color css
<style>
span { border-color: #CEABC4; }
span { border-color: rgb(206,171,196); }
td.TdClassName
{
border-color: #CEABC4;
}
.TagClassName
{
border-color: #CEABC4;
}
</style>