Shades of Maverick #CEABC1
Tints of Maverick #CEABC1
RGB
CMYK
RGB Variations
Color information
#CEABC1 (or 0xCEABC1) is known color: Maverick. HEX triplet: CE, AB and C1. RGB value is (206,171,193). Sum of RGB (Red+Green+Blue) = 206+171+193=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC1 is #31543E. Grayscale: #B7B7B7. Windows color (decimal): -3232831 or 12692430. OLE color: 12692430.
HSL color Cylindrical-coordinate representation of color #CEABC1: hue angle of 322.29º 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 #CEABC1 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 193 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.19 |
| HSL | 322.29º | 0.26% | 0.74% | - |
| HSV(B) | 322.29º | 0.17% | 0.81% | - |
| XYZ | 49.64 | 46.1 | 56.73 | - |
| YUV | 183.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 193 | 0 | 0.17 | 0.06 | 0.19 | 322.29 | 0.26 | 0.74 |
| Hex | CE | AB | C1 | 0 | 11 | 6 | 13 | 142 | 1A | 4A |
| Octal | 316 | 253 | 301 | 0 | 21 | 6 | 23 | 502 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000001 | 0 | 10001 | 110 | 10011 | 101000010 | 11010 | 1001010 |
Color Harmonies of #CEABC1
Complementary color
Monochromatic Colors of #CEABC1
Black with #CEABC1
Text Example
Text Example
White with #CEABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC1; }
p { color: rgb(206,171,193); }
H1.HeaderClassName
{
color: #CEABC1;
}
.AnyTagClassName
{
color: #CEABC1;
}
</style>
background-color css
<style>
a { background-color: #CEABC1; }
a { background-color: rgb(206,171,193); }
div.DivClassName
{
background-color: #CEABC1;
}
.BgClassName
{
background-color: #CEABC1;
}
</style>
border-color css
<style>
span { border-color: #CEABC1; }
span { border-color: rgb(206,171,193); }
td.TdClassName
{
border-color: #CEABC1;
}
.TagClassName
{
border-color: #CEABC1;
}
</style>