Shades of Maverick #CEA9C6
Tints of Maverick #CEA9C6
RGB
CMYK
RGB Variations
Color information
#CEA9C6 (or 0xCEA9C6) is known color: Maverick. HEX triplet: CE, A9 and C6. RGB value is (206,169,198). Sum of RGB (Red+Green+Blue) = 206+169+198=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9C6 is #315639. Grayscale: #B7B7B7. Windows color (decimal): -3233338 or 13019598. OLE color: 13019598.
HSL color Cylindrical-coordinate representation of color #CEA9C6: hue angle of 312.97º 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 #CEA9C6 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 198 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.19 |
| HSL | 312.97º | 0.27% | 0.74% | - |
| HSV(B) | 312.97º | 0.18% | 0.81% | - |
| XYZ | 49.83 | 45.57 | 59.6 | - |
| YUV | 183.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 198 | 0 | 0.18 | 0.04 | 0.19 | 312.97 | 0.27 | 0.74 |
| Hex | CE | A9 | C6 | 0 | 12 | 4 | 13 | 139 | 1B | 4A |
| Octal | 316 | 251 | 306 | 0 | 22 | 4 | 23 | 471 | 33 | 112 |
| Binary | 11001110 | 10101001 | 11000110 | 0 | 10010 | 100 | 10011 | 100111001 | 11011 | 1001010 |
Color Harmonies of #CEA9C6
Complementary color
Monochromatic Colors of #CEA9C6
Black with #CEA9C6
Text Example
Text Example
White with #CEA9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9C6; }
p { color: rgb(206,169,198); }
H1.HeaderClassName
{
color: #CEA9C6;
}
.AnyTagClassName
{
color: #CEA9C6;
}
</style>
background-color css
<style>
a { background-color: #CEA9C6; }
a { background-color: rgb(206,169,198); }
div.DivClassName
{
background-color: #CEA9C6;
}
.BgClassName
{
background-color: #CEA9C6;
}
</style>
border-color css
<style>
span { border-color: #CEA9C6; }
span { border-color: rgb(206,169,198); }
td.TdClassName
{
border-color: #CEA9C6;
}
.TagClassName
{
border-color: #CEA9C6;
}
</style>