Shades of Maverick #CEA5BC
Tints of Maverick #CEA5BC
RGB
CMYK
RGB Variations
Color information
#CEA5BC (or 0xCEA5BC) is known color: Maverick. HEX triplet: CE, A5 and BC. RGB value is (206,165,188). Sum of RGB (Red+Green+Blue) = 206+165+188=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5BC is #315A43. Grayscale: #B3B3B3. Windows color (decimal): -3234372 or 12363214. OLE color: 12363214.
HSL color Cylindrical-coordinate representation of color #CEA5BC: hue angle of 326.34º degrees, saturation: 0.29, 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 #CEA5BC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 188 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.19 |
| HSL | 326.34º | 0.29% | 0.73% | - |
| HSV(B) | 326.34º | 0.2% | 0.81% | - |
| XYZ | 47.99 | 43.66 | 53.48 | - |
| YUV | 179.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 188 | 0 | 0.20 | 0.09 | 0.19 | 326.34 | 0.29 | 0.73 |
| Hex | CE | A5 | BC | 0 | 14 | 9 | 13 | 146 | 1D | 49 |
| Octal | 316 | 245 | 274 | 0 | 24 | 11 | 23 | 506 | 35 | 111 |
| Binary | 11001110 | 10100101 | 10111100 | 0 | 10100 | 1001 | 10011 | 101000110 | 11101 | 1001001 |
Color Harmonies of #CEA5BC
Complementary color
Monochromatic Colors of #CEA5BC
Black with #CEA5BC
Text Example
Text Example
White with #CEA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5BC; }
p { color: rgb(206,165,188); }
H1.HeaderClassName
{
color: #CEA5BC;
}
.AnyTagClassName
{
color: #CEA5BC;
}
</style>
background-color css
<style>
a { background-color: #CEA5BC; }
a { background-color: rgb(206,165,188); }
div.DivClassName
{
background-color: #CEA5BC;
}
.BgClassName
{
background-color: #CEA5BC;
}
</style>
border-color css
<style>
span { border-color: #CEA5BC; }
span { border-color: rgb(206,165,188); }
td.TdClassName
{
border-color: #CEA5BC;
}
.TagClassName
{
border-color: #CEA5BC;
}
</style>