Shades of Maverick #CEABC3
Tints of Maverick #CEABC3
RGB
CMYK
RGB Variations
Color information
#CEABC3 (or 0xCEABC3) is known color: Maverick. HEX triplet: CE, AB and C3. RGB value is (206,171,195). Sum of RGB (Red+Green+Blue) = 206+171+195=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABC3 is #31543C. Grayscale: #B8B8B8. Windows color (decimal): -3232829 or 12823502. OLE color: 12823502.
HSL color Cylindrical-coordinate representation of color #CEABC3: hue angle of 318.86º 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 #CEABC3 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 171 | 195 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.19 |
| HSL | 318.86º | 0.26% | 0.74% | - |
| HSV(B) | 318.86º | 0.17% | 0.81% | - |
| XYZ | 49.87 | 46.19 | 57.92 | - |
| YUV | 184.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 195 | 0 | 0.17 | 0.05 | 0.19 | 318.86 | 0.26 | 0.74 |
| Hex | CE | AB | C3 | 0 | 11 | 5 | 13 | 13F | 1A | 4A |
| Octal | 316 | 253 | 303 | 0 | 21 | 5 | 23 | 477 | 32 | 112 |
| Binary | 11001110 | 10101011 | 11000011 | 0 | 10001 | 101 | 10011 | 100111111 | 11010 | 1001010 |
Color Harmonies of #CEABC3
Complementary color
Monochromatic Colors of #CEABC3
Black with #CEABC3
Text Example
Text Example
White with #CEABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABC3; }
p { color: rgb(206,171,195); }
H1.HeaderClassName
{
color: #CEABC3;
}
.AnyTagClassName
{
color: #CEABC3;
}
</style>
background-color css
<style>
a { background-color: #CEABC3; }
a { background-color: rgb(206,171,195); }
div.DivClassName
{
background-color: #CEABC3;
}
.BgClassName
{
background-color: #CEABC3;
}
</style>
border-color css
<style>
span { border-color: #CEABC3; }
span { border-color: rgb(206,171,195); }
td.TdClassName
{
border-color: #CEABC3;
}
.TagClassName
{
border-color: #CEABC3;
}
</style>