Shades of Maverick #CEA5BD
Tints of Maverick #CEA5BD
RGB
CMYK
RGB Variations
Color information
#CEA5BD (or 0xCEA5BD) is known color: Maverick. HEX triplet: CE, A5 and BD. RGB value is (206,165,189). Sum of RGB (Red+Green+Blue) = 206+165+189=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA5BD is #315A42. Grayscale: #B3B3B3. Windows color (decimal): -3234371 or 12428750. OLE color: 12428750.
HSL color Cylindrical-coordinate representation of color #CEA5BD: hue angle of 324.88º 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 #CEA5BD is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 189 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.19 |
| HSL | 324.88º | 0.29% | 0.73% | - |
| HSV(B) | 324.88º | 0.2% | 0.81% | - |
| XYZ | 48.09 | 43.71 | 54.05 | - |
| YUV | 180 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 189 | 0 | 0.20 | 0.08 | 0.19 | 324.88 | 0.29 | 0.73 |
| Hex | CE | A5 | BD | 0 | 14 | 8 | 13 | 145 | 1D | 49 |
| Octal | 316 | 245 | 275 | 0 | 24 | 10 | 23 | 505 | 35 | 111 |
| Binary | 11001110 | 10100101 | 10111101 | 0 | 10100 | 1000 | 10011 | 101000101 | 11101 | 1001001 |
Color Harmonies of #CEA5BD
Complementary color
Monochromatic Colors of #CEA5BD
Black with #CEA5BD
Text Example
Text Example
White with #CEA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA5BD; }
p { color: rgb(206,165,189); }
H1.HeaderClassName
{
color: #CEA5BD;
}
.AnyTagClassName
{
color: #CEA5BD;
}
</style>
background-color css
<style>
a { background-color: #CEA5BD; }
a { background-color: rgb(206,165,189); }
div.DivClassName
{
background-color: #CEA5BD;
}
.BgClassName
{
background-color: #CEA5BD;
}
</style>
border-color css
<style>
span { border-color: #CEA5BD; }
span { border-color: rgb(206,165,189); }
td.TdClassName
{
border-color: #CEA5BD;
}
.TagClassName
{
border-color: #CEA5BD;
}
</style>