Shades of Maverick #CEABC6
Tints of Maverick #CEABC6
RGB
CMYK
RGB Variations
Color information
#CEABC6 (or 0xCEABC6) is known color: Maverick. HEX triplet: CE, AB and C6. RGB value is (206,171,198). Sum of RGB (Red+Green+Blue) = 206+171+198=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC6 is #315439. Grayscale: #B8B8B8. Windows color (decimal): -3232826 or 13020110. OLE color: 13020110.
HSL color Cylindrical-coordinate representation of color #CEABC6: hue angle of 313.71º 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 #CEABC6 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 198 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.19 |
| HSL | 313.71º | 0.26% | 0.74% | - |
| HSV(B) | 313.71º | 0.17% | 0.81% | - |
| XYZ | 50.21 | 46.32 | 59.72 | - |
| YUV | 184.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 198 | 0 | 0.17 | 0.04 | 0.19 | 313.71 | 0.26 | 0.74 |
| Hex | CE | AB | C6 | 0 | 11 | 4 | 13 | 13A | 1A | 4A |
| Octal | 316 | 253 | 306 | 0 | 21 | 4 | 23 | 472 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000110 | 0 | 10001 | 100 | 10011 | 100111010 | 11010 | 1001010 |
Color Harmonies of #CEABC6
Complementary color
Monochromatic Colors of #CEABC6
Black with #CEABC6
Text Example
Text Example
White with #CEABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC6; }
p { color: rgb(206,171,198); }
H1.HeaderClassName
{
color: #CEABC6;
}
.AnyTagClassName
{
color: #CEABC6;
}
</style>
background-color css
<style>
a { background-color: #CEABC6; }
a { background-color: rgb(206,171,198); }
div.DivClassName
{
background-color: #CEABC6;
}
.BgClassName
{
background-color: #CEABC6;
}
</style>
border-color css
<style>
span { border-color: #CEABC6; }
span { border-color: rgb(206,171,198); }
td.TdClassName
{
border-color: #CEABC6;
}
.TagClassName
{
border-color: #CEABC6;
}
</style>