Shades of Maverick #CEABC2
Tints of Maverick #CEABC2
RGB
CMYK
RGB Variations
Color information
#CEABC2 (or 0xCEABC2) is known color: Maverick. HEX triplet: CE, AB and C2. RGB value is (206,171,194). Sum of RGB (Red+Green+Blue) = 206+171+194=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC2 is #31543D. Grayscale: #B8B8B8. Windows color (decimal): -3232830 or 12757966. OLE color: 12757966.
HSL color Cylindrical-coordinate representation of color #CEABC2: hue angle of 320.57º 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 #CEABC2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 194 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.19 |
| HSL | 320.57º | 0.26% | 0.74% | - |
| HSV(B) | 320.57º | 0.17% | 0.81% | - |
| XYZ | 49.75 | 46.14 | 57.32 | - |
| YUV | 184.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 194 | 0 | 0.17 | 0.06 | 0.19 | 320.57 | 0.26 | 0.74 |
| Hex | CE | AB | C2 | 0 | 11 | 6 | 13 | 141 | 1A | 4A |
| Octal | 316 | 253 | 302 | 0 | 21 | 6 | 23 | 501 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000010 | 0 | 10001 | 110 | 10011 | 101000001 | 11010 | 1001010 |
Color Harmonies of #CEABC2
Complementary color
Monochromatic Colors of #CEABC2
Black with #CEABC2
Text Example
Text Example
White with #CEABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC2; }
p { color: rgb(206,171,194); }
H1.HeaderClassName
{
color: #CEABC2;
}
.AnyTagClassName
{
color: #CEABC2;
}
</style>
background-color css
<style>
a { background-color: #CEABC2; }
a { background-color: rgb(206,171,194); }
div.DivClassName
{
background-color: #CEABC2;
}
.BgClassName
{
background-color: #CEABC2;
}
</style>
border-color css
<style>
span { border-color: #CEABC2; }
span { border-color: rgb(206,171,194); }
td.TdClassName
{
border-color: #CEABC2;
}
.TagClassName
{
border-color: #CEABC2;
}
</style>