Shades of Maverick #CFAEBE
Tints of Maverick #CFAEBE
RGB
CMYK
RGB Variations
Color information
#CFAEBE (or 0xCFAEBE) is known color: Maverick. HEX triplet: CF, AE and BE. RGB value is (207,174,190). Sum of RGB (Red+Green+Blue) = 207+174+190=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEBE is #305141. Grayscale: #B9B9B9. Windows color (decimal): -3166530 or 12496591. OLE color: 12496591.
HSL color Cylindrical-coordinate representation of color #CFAEBE: hue angle of 330.91º 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 #CFAEBE is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 190 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.19 |
| HSL | 330.91º | 0.26% | 0.75% | - |
| HSV(B) | 330.91º | 0.16% | 0.81% | - |
| XYZ | 50.16 | 47.26 | 55.19 | - |
| YUV | 185.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 190 | 0 | 0.16 | 0.08 | 0.19 | 330.91 | 0.26 | 0.75 |
| Hex | CF | AE | BE | 0 | 10 | 8 | 13 | 14B | 1A | 4B |
| Octal | 317 | 256 | 276 | 0 | 20 | 10 | 23 | 513 | 32 | 113 |
| Binary | 11001111 | 10101110 | 10111110 | 0 | 10000 | 1000 | 10011 | 101001011 | 11010 | 1001011 |
Color Harmonies of #CFAEBE
Complementary color
Monochromatic Colors of #CFAEBE
Black with #CFAEBE
Text Example
Text Example
White with #CFAEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEBE; }
p { color: rgb(207,174,190); }
H1.HeaderClassName
{
color: #CFAEBE;
}
.AnyTagClassName
{
color: #CFAEBE;
}
</style>
background-color css
<style>
a { background-color: #CFAEBE; }
a { background-color: rgb(207,174,190); }
div.DivClassName
{
background-color: #CFAEBE;
}
.BgClassName
{
background-color: #CFAEBE;
}
</style>
border-color css
<style>
span { border-color: #CFAEBE; }
span { border-color: rgb(207,174,190); }
td.TdClassName
{
border-color: #CFAEBE;
}
.TagClassName
{
border-color: #CFAEBE;
}
</style>