Shades of Maverick #CEAFC9
Tints of Maverick #CEAFC9
RGB
CMYK
RGB Variations
Color information
#CEAFC9 (or 0xCEAFC9) is known color: Maverick. HEX triplet: CE, AF and C9. RGB value is (206,175,201). Sum of RGB (Red+Green+Blue) = 206+175+201=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFC9 is #315036. Grayscale: #BBBBBB. Windows color (decimal): -3231799 or 13217742. OLE color: 13217742.
HSL color Cylindrical-coordinate representation of color #CEAFC9: hue angle of 309.68º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEAFC9 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 201 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.19 |
| HSL | 309.68º | 0.24% | 0.75% | - |
| HSV(B) | 309.68º | 0.15% | 0.81% | - |
| XYZ | 51.33 | 48 | 61.82 | - |
| YUV | 187.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 201 | 0 | 0.15 | 0.02 | 0.19 | 309.68 | 0.24 | 0.75 |
| Hex | CE | AF | C9 | 0 | F | 2 | 13 | 136 | 18 | 4B |
| Octal | 316 | 257 | 311 | 0 | 17 | 2 | 23 | 466 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11001001 | 0 | 1111 | 10 | 10011 | 100110110 | 11000 | 1001011 |
Color Harmonies of #CEAFC9
Complementary color
Monochromatic Colors of #CEAFC9
Black with #CEAFC9
Text Example
Text Example
White with #CEAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFC9; }
p { color: rgb(206,175,201); }
H1.HeaderClassName
{
color: #CEAFC9;
}
.AnyTagClassName
{
color: #CEAFC9;
}
</style>
background-color css
<style>
a { background-color: #CEAFC9; }
a { background-color: rgb(206,175,201); }
div.DivClassName
{
background-color: #CEAFC9;
}
.BgClassName
{
background-color: #CEAFC9;
}
</style>
border-color css
<style>
span { border-color: #CEAFC9; }
span { border-color: rgb(206,175,201); }
td.TdClassName
{
border-color: #CEAFC9;
}
.TagClassName
{
border-color: #CEAFC9;
}
</style>