Shades of Maverick #CFABBA
Tints of Maverick #CFABBA
RGB
CMYK
RGB Variations
Color information
#CFABBA (or 0xCFABBA) is known color: Maverick. HEX triplet: CF, AB and BA. RGB value is (207,171,186). Sum of RGB (Red+Green+Blue) = 207+171+186=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABBA is #305445. Grayscale: #B7B7B7. Windows color (decimal): -3167302 or 12233679. OLE color: 12233679.
HSL color Cylindrical-coordinate representation of color #CFABBA: hue angle of 335º 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 #CFABBA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 186 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 335º | 0.27% | 0.74% | - |
| HSV(B) | 335º | 0.17% | 0.81% | - |
| XYZ | 49.16 | 45.94 | 52.73 | - |
| YUV | 183.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 186 | 0 | 0.17 | 0.10 | 0.19 | 335 | 0.27 | 0.74 |
| Hex | CF | AB | BA | 0 | 11 | A | 13 | 14F | 1B | 4A |
| Octal | 317 | 253 | 272 | 0 | 21 | 12 | 23 | 517 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10111010 | 0 | 10001 | 1010 | 10011 | 101001111 | 11011 | 1001010 |
Color Harmonies of #CFABBA
Complementary color
Monochromatic Colors of #CFABBA
Black with #CFABBA
Text Example
Text Example
White with #CFABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABBA; }
p { color: rgb(207,171,186); }
H1.HeaderClassName
{
color: #CFABBA;
}
.AnyTagClassName
{
color: #CFABBA;
}
</style>
background-color css
<style>
a { background-color: #CFABBA; }
a { background-color: rgb(207,171,186); }
div.DivClassName
{
background-color: #CFABBA;
}
.BgClassName
{
background-color: #CFABBA;
}
</style>
border-color css
<style>
span { border-color: #CFABBA; }
span { border-color: rgb(207,171,186); }
td.TdClassName
{
border-color: #CFABBA;
}
.TagClassName
{
border-color: #CFABBA;
}
</style>