Shades of Maverick #CEA3C4
Tints of Maverick #CEA3C4
RGB
CMYK
RGB Variations
Color information
#CEA3C4 (or 0xCEA3C4) is known color: Maverick. HEX triplet: CE, A3 and C4. RGB value is (206,163,196). Sum of RGB (Red+Green+Blue) = 206+163+196=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA3C4 is #315C3B. Grayscale: #B3B3B3. Windows color (decimal): -3234876 or 12886990. OLE color: 12886990.
HSL color Cylindrical-coordinate representation of color #CEA3C4: hue angle of 313.95º 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 #CEA3C4 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 196 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.19 |
| HSL | 313.95º | 0.3% | 0.72% | - |
| HSV(B) | 313.95º | 0.21% | 0.81% | - |
| XYZ | 48.51 | 43.3 | 58.03 | - |
| YUV | 179.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 196 | 0 | 0.21 | 0.05 | 0.19 | 313.95 | 0.3 | 0.72 |
| Hex | CE | A3 | C4 | 0 | 15 | 5 | 13 | 13A | 1E | 48 |
| Octal | 316 | 243 | 304 | 0 | 25 | 5 | 23 | 472 | 36 | 110 |
| Binary | 11001110 | 10100011 | 11000100 | 0 | 10101 | 101 | 10011 | 100111010 | 11110 | 1001000 |
Color Harmonies of #CEA3C4
Complementary color
Monochromatic Colors of #CEA3C4
Black with #CEA3C4
Text Example
Text Example
White with #CEA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA3C4; }
p { color: rgb(206,163,196); }
H1.HeaderClassName
{
color: #CEA3C4;
}
.AnyTagClassName
{
color: #CEA3C4;
}
</style>
background-color css
<style>
a { background-color: #CEA3C4; }
a { background-color: rgb(206,163,196); }
div.DivClassName
{
background-color: #CEA3C4;
}
.BgClassName
{
background-color: #CEA3C4;
}
</style>
border-color css
<style>
span { border-color: #CEA3C4; }
span { border-color: rgb(206,163,196); }
td.TdClassName
{
border-color: #CEA3C4;
}
.TagClassName
{
border-color: #CEA3C4;
}
</style>