Shades of Maverick #CEA8C3
Tints of Maverick #CEA8C3
RGB
CMYK
RGB Variations
Color information
#CEA8C3 (or 0xCEA8C3) is known color: Maverick. HEX triplet: CE, A8 and C3. RGB value is (206,168,195). Sum of RGB (Red+Green+Blue) = 206+168+195=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA8C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA8C3 is #31573C. Grayscale: #B6B6B6. Windows color (decimal): -3233597 or 12822734. OLE color: 12822734.
HSL color Cylindrical-coordinate representation of color #CEA8C3: hue angle of 317.37º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA8C3 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 195 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.19 |
| HSL | 317.37º | 0.28% | 0.73% | - |
| HSV(B) | 317.37º | 0.18% | 0.81% | - |
| XYZ | 49.31 | 45.07 | 57.73 | - |
| YUV | 182.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 195 | 0 | 0.18 | 0.05 | 0.19 | 317.37 | 0.28 | 0.73 |
| Hex | CE | A8 | C3 | 0 | 12 | 5 | 13 | 13D | 1C | 49 |
| Octal | 316 | 250 | 303 | 0 | 22 | 5 | 23 | 475 | 34 | 111 |
| Binary | 11001110 | 10101000 | 11000011 | 0 | 10010 | 101 | 10011 | 100111101 | 11100 | 1001001 |
Color Harmonies of #CEA8C3
Complementary color
Monochromatic Colors of #CEA8C3
Black with #CEA8C3
Text Example
Text Example
White with #CEA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8C3; }
p { color: rgb(206,168,195); }
H1.HeaderClassName
{
color: #CEA8C3;
}
.AnyTagClassName
{
color: #CEA8C3;
}
</style>
background-color css
<style>
a { background-color: #CEA8C3; }
a { background-color: rgb(206,168,195); }
div.DivClassName
{
background-color: #CEA8C3;
}
.BgClassName
{
background-color: #CEA8C3;
}
</style>
border-color css
<style>
span { border-color: #CEA8C3; }
span { border-color: rgb(206,168,195); }
td.TdClassName
{
border-color: #CEA8C3;
}
.TagClassName
{
border-color: #CEA8C3;
}
</style>