Shades of Maverick #CFABBF
Tints of Maverick #CFABBF
RGB
CMYK
RGB Variations
Color information
#CFABBF (or 0xCFABBF) is known color: Maverick. HEX triplet: CF, AB and BF. RGB value is (207,171,191). Sum of RGB (Red+Green+Blue) = 207+171+191=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABBF is #305440. Grayscale: #B8B8B8. Windows color (decimal): -3167297 or 12561359. OLE color: 12561359.
HSL color Cylindrical-coordinate representation of color #CFABBF: hue angle of 326.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFABBF is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 191 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.19 |
| HSL | 326.67º | 0.27% | 0.74% | - |
| HSV(B) | 326.67º | 0.17% | 0.81% | - |
| XYZ | 49.7 | 46.15 | 55.58 | - |
| YUV | 184.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 191 | 0 | 0.17 | 0.08 | 0.19 | 326.67 | 0.27 | 0.74 |
| Hex | CF | AB | BF | 0 | 11 | 8 | 13 | 147 | 1B | 4A |
| Octal | 317 | 253 | 277 | 0 | 21 | 10 | 23 | 507 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10111111 | 0 | 10001 | 1000 | 10011 | 101000111 | 11011 | 1001010 |
Color Harmonies of #CFABBF
Complementary color
Monochromatic Colors of #CFABBF
Black with #CFABBF
Text Example
Text Example
White with #CFABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABBF; }
p { color: rgb(207,171,191); }
H1.HeaderClassName
{
color: #CFABBF;
}
.AnyTagClassName
{
color: #CFABBF;
}
</style>
background-color css
<style>
a { background-color: #CFABBF; }
a { background-color: rgb(207,171,191); }
div.DivClassName
{
background-color: #CFABBF;
}
.BgClassName
{
background-color: #CFABBF;
}
</style>
border-color css
<style>
span { border-color: #CFABBF; }
span { border-color: rgb(207,171,191); }
td.TdClassName
{
border-color: #CFABBF;
}
.TagClassName
{
border-color: #CFABBF;
}
</style>