Shades of Maverick #CFABBB
Tints of Maverick #CFABBB
RGB
CMYK
RGB Variations
Color information
#CFABBB (or 0xCFABBB) is known color: Maverick. HEX triplet: CF, AB and BB. RGB value is (207,171,187). Sum of RGB (Red+Green+Blue) = 207+171+187=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABBB is #305444. Grayscale: #B7B7B7. Windows color (decimal): -3167301 or 12299215. OLE color: 12299215.
HSL color Cylindrical-coordinate representation of color #CFABBB: hue angle of 333.33º 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 #CFABBB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 187 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 333.33º | 0.27% | 0.74% | - |
| HSV(B) | 333.33º | 0.17% | 0.81% | - |
| XYZ | 49.26 | 45.98 | 53.29 | - |
| YUV | 183.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 187 | 0 | 0.17 | 0.10 | 0.19 | 333.33 | 0.27 | 0.74 |
| Hex | CF | AB | BB | 0 | 11 | A | 13 | 14D | 1B | 4A |
| Octal | 317 | 253 | 273 | 0 | 21 | 12 | 23 | 515 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10111011 | 0 | 10001 | 1010 | 10011 | 101001101 | 11011 | 1001010 |
Color Harmonies of #CFABBB
Complementary color
Monochromatic Colors of #CFABBB
Black with #CFABBB
Text Example
Text Example
White with #CFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABBB; }
p { color: rgb(207,171,187); }
H1.HeaderClassName
{
color: #CFABBB;
}
.AnyTagClassName
{
color: #CFABBB;
}
</style>
background-color css
<style>
a { background-color: #CFABBB; }
a { background-color: rgb(207,171,187); }
div.DivClassName
{
background-color: #CFABBB;
}
.BgClassName
{
background-color: #CFABBB;
}
</style>
border-color css
<style>
span { border-color: #CFABBB; }
span { border-color: rgb(207,171,187); }
td.TdClassName
{
border-color: #CFABBB;
}
.TagClassName
{
border-color: #CFABBB;
}
</style>