Shades of Maverick #CEA1C3
Tints of Maverick #CEA1C3
RGB
CMYK
RGB Variations
Color information
#CEA1C3 (or 0xCEA1C3) is known color: Maverick. HEX triplet: CE, A1 and C3. RGB value is (206,161,195). Sum of RGB (Red+Green+Blue) = 206+161+195=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA1C3 is #315E3C. Grayscale: #B2B2B2. Windows color (decimal): -3235389 or 12820942. OLE color: 12820942.
HSL color Cylindrical-coordinate representation of color #CEA1C3: hue angle of 314.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEA1C3 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 195 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.19 |
| HSL | 314.67º | 0.31% | 0.72% | - |
| HSV(B) | 314.67º | 0.22% | 0.81% | - |
| XYZ | 48.05 | 42.55 | 57.31 | - |
| YUV | 178.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 195 | 0 | 0.22 | 0.05 | 0.19 | 314.67 | 0.31 | 0.72 |
| Hex | CE | A1 | C3 | 0 | 16 | 5 | 13 | 13B | 1F | 48 |
| Octal | 316 | 241 | 303 | 0 | 26 | 5 | 23 | 473 | 37 | 110 |
| Binary | 11001110 | 10100001 | 11000011 | 0 | 10110 | 101 | 10011 | 100111011 | 11111 | 1001000 |
Color Harmonies of #CEA1C3
Complementary color
Monochromatic Colors of #CEA1C3
Black with #CEA1C3
Text Example
Text Example
White with #CEA1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA1C3; }
p { color: rgb(206,161,195); }
H1.HeaderClassName
{
color: #CEA1C3;
}
.AnyTagClassName
{
color: #CEA1C3;
}
</style>
background-color css
<style>
a { background-color: #CEA1C3; }
a { background-color: rgb(206,161,195); }
div.DivClassName
{
background-color: #CEA1C3;
}
.BgClassName
{
background-color: #CEA1C3;
}
</style>
border-color css
<style>
span { border-color: #CEA1C3; }
span { border-color: rgb(206,161,195); }
td.TdClassName
{
border-color: #CEA1C3;
}
.TagClassName
{
border-color: #CEA1C3;
}
</style>