Shades of Maverick #CFAEC0
Tints of Maverick #CFAEC0
RGB
CMYK
RGB Variations
Color information
#CFAEC0 (or 0xCFAEC0) is known color: Maverick. HEX triplet: CF, AE and C0. RGB value is (207,174,192). Sum of RGB (Red+Green+Blue) = 207+174+192=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEC0 is #30513F. Grayscale: #B9B9B9. Windows color (decimal): -3166528 or 12627663. OLE color: 12627663.
HSL color Cylindrical-coordinate representation of color #CFAEC0: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFAEC0 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 192 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.19 |
| HSL | 327.27º | 0.26% | 0.75% | - |
| HSV(B) | 327.27º | 0.16% | 0.81% | - |
| XYZ | 50.38 | 47.34 | 56.35 | - |
| YUV | 185.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 192 | 0 | 0.16 | 0.07 | 0.19 | 327.27 | 0.26 | 0.75 |
| Hex | CF | AE | C0 | 0 | 10 | 7 | 13 | 147 | 1A | 4B |
| Octal | 317 | 256 | 300 | 0 | 20 | 7 | 23 | 507 | 32 | 113 |
| Binary | 11001111 | 10101110 | 11000000 | 0 | 10000 | 111 | 10011 | 101000111 | 11010 | 1001011 |
Color Harmonies of #CFAEC0
Complementary color
Monochromatic Colors of #CFAEC0
Black with #CFAEC0
Text Example
Text Example
White with #CFAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEC0; }
p { color: rgb(207,174,192); }
H1.HeaderClassName
{
color: #CFAEC0;
}
.AnyTagClassName
{
color: #CFAEC0;
}
</style>
background-color css
<style>
a { background-color: #CFAEC0; }
a { background-color: rgb(207,174,192); }
div.DivClassName
{
background-color: #CFAEC0;
}
.BgClassName
{
background-color: #CFAEC0;
}
</style>
border-color css
<style>
span { border-color: #CFAEC0; }
span { border-color: rgb(207,174,192); }
td.TdClassName
{
border-color: #CFAEC0;
}
.TagClassName
{
border-color: #CFAEC0;
}
</style>