Shades of Maverick #CEA3BD
Tints of Maverick #CEA3BD
RGB
CMYK
RGB Variations
Color information
#CEA3BD (or 0xCEA3BD) is known color: Maverick. HEX triplet: CE, A3 and BD. RGB value is (206,163,189). Sum of RGB (Red+Green+Blue) = 206+163+189=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3BD is #315C42. Grayscale: #B2B2B2. Windows color (decimal): -3234883 or 12428238. OLE color: 12428238.
HSL color Cylindrical-coordinate representation of color #CEA3BD: hue angle of 323.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEA3BD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 189 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.19 |
| HSL | 323.72º | 0.3% | 0.72% | - |
| HSV(B) | 323.72º | 0.21% | 0.81% | - |
| XYZ | 47.74 | 42.99 | 53.93 | - |
| YUV | 178.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 189 | 0 | 0.21 | 0.08 | 0.19 | 323.72 | 0.3 | 0.72 |
| Hex | CE | A3 | BD | 0 | 15 | 8 | 13 | 144 | 1E | 48 |
| Octal | 316 | 243 | 275 | 0 | 25 | 10 | 23 | 504 | 36 | 110 |
| Binary | 11001110 | 10100011 | 10111101 | 0 | 10101 | 1000 | 10011 | 101000100 | 11110 | 1001000 |
Color Harmonies of #CEA3BD
Complementary color
Monochromatic Colors of #CEA3BD
Black with #CEA3BD
Text Example
Text Example
White with #CEA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3BD; }
p { color: rgb(206,163,189); }
H1.HeaderClassName
{
color: #CEA3BD;
}
.AnyTagClassName
{
color: #CEA3BD;
}
</style>
background-color css
<style>
a { background-color: #CEA3BD; }
a { background-color: rgb(206,163,189); }
div.DivClassName
{
background-color: #CEA3BD;
}
.BgClassName
{
background-color: #CEA3BD;
}
</style>
border-color css
<style>
span { border-color: #CEA3BD; }
span { border-color: rgb(206,163,189); }
td.TdClassName
{
border-color: #CEA3BD;
}
.TagClassName
{
border-color: #CEA3BD;
}
</style>