Shades of Maverick #CEA9C5
Tints of Maverick #CEA9C5
RGB
CMYK
RGB Variations
Color information
#CEA9C5 (or 0xCEA9C5) is known color: Maverick. HEX triplet: CE, A9 and C5. RGB value is (206,169,197). Sum of RGB (Red+Green+Blue) = 206+169+197=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9C5 is #31563A. Grayscale: #B7B7B7. Windows color (decimal): -3233339 or 12954062. OLE color: 12954062.
HSL color Cylindrical-coordinate representation of color #CEA9C5: hue angle of 314.59º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9C5 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 197 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 314.59º | 0.27% | 0.74% | - |
| HSV(B) | 314.59º | 0.18% | 0.81% | - |
| XYZ | 49.72 | 45.53 | 58.99 | - |
| YUV | 183.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 197 | 0 | 0.18 | 0.04 | 0.19 | 314.59 | 0.27 | 0.74 |
| Hex | CE | A9 | C5 | 0 | 12 | 4 | 13 | 13B | 1B | 4A |
| Octal | 316 | 251 | 305 | 0 | 22 | 4 | 23 | 473 | 33 | 112 |
| Binary | 11001110 | 10101001 | 11000101 | 0 | 10010 | 100 | 10011 | 100111011 | 11011 | 1001010 |
Color Harmonies of #CEA9C5
Complementary color
Monochromatic Colors of #CEA9C5
Black with #CEA9C5
Text Example
Text Example
White with #CEA9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9C5; }
p { color: rgb(206,169,197); }
H1.HeaderClassName
{
color: #CEA9C5;
}
.AnyTagClassName
{
color: #CEA9C5;
}
</style>
background-color css
<style>
a { background-color: #CEA9C5; }
a { background-color: rgb(206,169,197); }
div.DivClassName
{
background-color: #CEA9C5;
}
.BgClassName
{
background-color: #CEA9C5;
}
</style>
border-color css
<style>
span { border-color: #CEA9C5; }
span { border-color: rgb(206,169,197); }
td.TdClassName
{
border-color: #CEA9C5;
}
.TagClassName
{
border-color: #CEA9C5;
}
</style>