Shades of Maverick #CEADC0
Tints of Maverick #CEADC0
RGB
CMYK
RGB Variations
Color information
#CEADC0 (or 0xCEADC0) is known color: Maverick. HEX triplet: CE, AD and C0. RGB value is (206,173,192). Sum of RGB (Red+Green+Blue) = 206+173+192=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 206 - color contains mainly: red. Hex color #CEADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADC0 is #31523F. Grayscale: #B8B8B8. Windows color (decimal): -3232320 or 12627406. OLE color: 12627406.
HSL color Cylindrical-coordinate representation of color #CEADC0: hue angle of 325.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEADC0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 173 | 192 | - |
CMYK | 0 | 0.16 | 0.07 | 0.19 |
HSL | 325.45º | 0.25% | 0.74% | - |
HSV(B) | 325.45º | 0.16% | 0.81% | - |
XYZ | 49.91 | 46.81 | 56.27 | - |
YUV | 185.03 | 131.93 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 173 | 192 | 0 | 0.16 | 0.07 | 0.19 | 325.45 | 0.25 | 0.74 |
Hex | CE | AD | C0 | 0 | 10 | 7 | 13 | 145 | 19 | 4A |
Octal | 316 | 255 | 300 | 0 | 20 | 7 | 23 | 505 | 31 | 112 |
Binary | 11001110 | 10101101 | 11000000 | 0 | 10000 | 111 | 10011 | 101000101 | 11001 | 1001010 |
Color Harmonies of #CEADC0
Complementary color
Monochromatic Colors of #CEADC0
Black with #CEADC0
Text Example
Text Example
White with #CEADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADC0; }
p { color: rgb(206,173,192); }
H1.HeaderClassName
{
color: #CEADC0;
}
.AnyTagClassName
{
color: #CEADC0;
}
</style>
background-color css
<style>
a { background-color: #CEADC0; }
a { background-color: rgb(206,173,192); }
div.DivClassName
{
background-color: #CEADC0;
}
.BgClassName
{
background-color: #CEADC0;
}
</style>
border-color css
<style>
span { border-color: #CEADC0; }
span { border-color: rgb(206,173,192); }
td.TdClassName
{
border-color: #CEADC0;
}
.TagClassName
{
border-color: #CEADC0;
}
</style>