Shades of Maverick #CEAFC0
Tints of Maverick #CEAFC0
RGB
CMYK
RGB Variations
Color information
#CEAFC0 (or 0xCEAFC0) is known color: Maverick. HEX triplet: CE, AF and C0. RGB value is (206,175,192). Sum of RGB (Red+Green+Blue) = 206+175+192=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFC0 is #31503F. Grayscale: #BABABA. Windows color (decimal): -3231808 or 12627918. OLE color: 12627918.
HSL color Cylindrical-coordinate representation of color #CEAFC0: hue angle of 327.1º 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 #CEAFC0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 192 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.19 |
| HSL | 327.1º | 0.24% | 0.75% | - |
| HSV(B) | 327.1º | 0.15% | 0.81% | - |
| XYZ | 50.3 | 47.59 | 56.4 | - |
| YUV | 186.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 192 | 0 | 0.15 | 0.07 | 0.19 | 327.1 | 0.24 | 0.75 |
| Hex | CE | AF | C0 | 0 | F | 7 | 13 | 147 | 18 | 4B |
| Octal | 316 | 257 | 300 | 0 | 17 | 7 | 23 | 507 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11000000 | 0 | 1111 | 111 | 10011 | 101000111 | 11000 | 1001011 |
Color Harmonies of #CEAFC0
Complementary color
Monochromatic Colors of #CEAFC0
Black with #CEAFC0
Text Example
Text Example
White with #CEAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFC0; }
p { color: rgb(206,175,192); }
H1.HeaderClassName
{
color: #CEAFC0;
}
.AnyTagClassName
{
color: #CEAFC0;
}
</style>
background-color css
<style>
a { background-color: #CEAFC0; }
a { background-color: rgb(206,175,192); }
div.DivClassName
{
background-color: #CEAFC0;
}
.BgClassName
{
background-color: #CEAFC0;
}
</style>
border-color css
<style>
span { border-color: #CEAFC0; }
span { border-color: rgb(206,175,192); }
td.TdClassName
{
border-color: #CEAFC0;
}
.TagClassName
{
border-color: #CEAFC0;
}
</style>