Shades of Maverick #CEA9BC
Tints of Maverick #CEA9BC
RGB
CMYK
RGB Variations
Color information
#CEA9BC (or 0xCEA9BC) is known color: Maverick. HEX triplet: CE, A9 and BC. RGB value is (206,169,188). Sum of RGB (Red+Green+Blue) = 206+169+188=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9BC is #315643. Grayscale: #B6B6B6. Windows color (decimal): -3233348 or 12364238. OLE color: 12364238.
HSL color Cylindrical-coordinate representation of color #CEA9BC: hue angle of 329.19º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9BC is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 188 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.19 |
| HSL | 329.19º | 0.27% | 0.74% | - |
| HSV(B) | 329.19º | 0.18% | 0.81% | - |
| XYZ | 48.72 | 45.13 | 53.72 | - |
| YUV | 182.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 188 | 0 | 0.18 | 0.09 | 0.19 | 329.19 | 0.27 | 0.74 |
| Hex | CE | A9 | BC | 0 | 12 | 9 | 13 | 149 | 1B | 4A |
| Octal | 316 | 251 | 274 | 0 | 22 | 11 | 23 | 511 | 33 | 112 |
| Binary | 11001110 | 10101001 | 10111100 | 0 | 10010 | 1001 | 10011 | 101001001 | 11011 | 1001010 |
Color Harmonies of #CEA9BC
Complementary color
Monochromatic Colors of #CEA9BC
Black with #CEA9BC
Text Example
Text Example
White with #CEA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9BC; }
p { color: rgb(206,169,188); }
H1.HeaderClassName
{
color: #CEA9BC;
}
.AnyTagClassName
{
color: #CEA9BC;
}
</style>
background-color css
<style>
a { background-color: #CEA9BC; }
a { background-color: rgb(206,169,188); }
div.DivClassName
{
background-color: #CEA9BC;
}
.BgClassName
{
background-color: #CEA9BC;
}
</style>
border-color css
<style>
span { border-color: #CEA9BC; }
span { border-color: rgb(206,169,188); }
td.TdClassName
{
border-color: #CEA9BC;
}
.TagClassName
{
border-color: #CEA9BC;
}
</style>