Shades of Maverick #CEA4BC
Tints of Maverick #CEA4BC
RGB
CMYK
RGB Variations
Color information
#CEA4BC (or 0xCEA4BC) is known color: Maverick. HEX triplet: CE, A4 and BC. RGB value is (206,164,188). Sum of RGB (Red+Green+Blue) = 206+164+188=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA4BC is #315B43. Grayscale: #B3B3B3. Windows color (decimal): -3234628 or 12362958. OLE color: 12362958.
HSL color Cylindrical-coordinate representation of color #CEA4BC: hue angle of 325.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA4BC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 188 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.19 |
| HSL | 325.71º | 0.3% | 0.73% | - |
| HSV(B) | 325.71º | 0.2% | 0.81% | - |
| XYZ | 47.81 | 43.3 | 53.42 | - |
| YUV | 179.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 188 | 0 | 0.20 | 0.09 | 0.19 | 325.71 | 0.3 | 0.73 |
| Hex | CE | A4 | BC | 0 | 14 | 9 | 13 | 146 | 1E | 49 |
| Octal | 316 | 244 | 274 | 0 | 24 | 11 | 23 | 506 | 36 | 111 |
| Binary | 11001110 | 10100100 | 10111100 | 0 | 10100 | 1001 | 10011 | 101000110 | 11110 | 1001001 |
Color Harmonies of #CEA4BC
Complementary color
Monochromatic Colors of #CEA4BC
Black with #CEA4BC
Text Example
Text Example
White with #CEA4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA4BC; }
p { color: rgb(206,164,188); }
H1.HeaderClassName
{
color: #CEA4BC;
}
.AnyTagClassName
{
color: #CEA4BC;
}
</style>
background-color css
<style>
a { background-color: #CEA4BC; }
a { background-color: rgb(206,164,188); }
div.DivClassName
{
background-color: #CEA4BC;
}
.BgClassName
{
background-color: #CEA4BC;
}
</style>
border-color css
<style>
span { border-color: #CEA4BC; }
span { border-color: rgb(206,164,188); }
td.TdClassName
{
border-color: #CEA4BC;
}
.TagClassName
{
border-color: #CEA4BC;
}
</style>