Shades of Maverick #CEAFC3
Tints of Maverick #CEAFC3
RGB
CMYK
RGB Variations
Color information
#CEAFC3 (or 0xCEAFC3) is known color: Maverick. HEX triplet: CE, AF and C3. RGB value is (206,175,195). Sum of RGB (Red+Green+Blue) = 206+175+195=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFC3 is #31503C. Grayscale: #BABABA. Windows color (decimal): -3231805 or 12824526. OLE color: 12824526.
HSL color Cylindrical-coordinate representation of color #CEAFC3: hue angle of 321.29º 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 #CEAFC3 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 195 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.19 |
| HSL | 321.29º | 0.24% | 0.75% | - |
| HSV(B) | 321.29º | 0.15% | 0.81% | - |
| XYZ | 50.63 | 47.72 | 58.17 | - |
| YUV | 186.55 | 132.77 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 195 | 0 | 0.15 | 0.05 | 0.19 | 321.29 | 0.24 | 0.75 |
| Hex | CE | AF | C3 | 0 | F | 5 | 13 | 141 | 18 | 4B |
| Octal | 316 | 257 | 303 | 0 | 17 | 5 | 23 | 501 | 30 | 113 |
| Binary | 11001110 | 10101111 | 11000011 | 0 | 1111 | 101 | 10011 | 101000001 | 11000 | 1001011 |
Color Harmonies of #CEAFC3
Complementary color
Monochromatic Colors of #CEAFC3
Black with #CEAFC3
Text Example
Text Example
White with #CEAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFC3; }
p { color: rgb(206,175,195); }
H1.HeaderClassName
{
color: #CEAFC3;
}
.AnyTagClassName
{
color: #CEAFC3;
}
</style>
background-color css
<style>
a { background-color: #CEAFC3; }
a { background-color: rgb(206,175,195); }
div.DivClassName
{
background-color: #CEAFC3;
}
.BgClassName
{
background-color: #CEAFC3;
}
</style>
border-color css
<style>
span { border-color: #CEAFC3; }
span { border-color: rgb(206,175,195); }
td.TdClassName
{
border-color: #CEAFC3;
}
.TagClassName
{
border-color: #CEAFC3;
}
</style>