Shades of Maverick #CFACBA
Tints of Maverick #CFACBA
RGB
CMYK
RGB Variations
Color information
#CFACBA (or 0xCFACBA) is known color: Maverick. HEX triplet: CF, AC and BA. RGB value is (207,172,186). Sum of RGB (Red+Green+Blue) = 207+172+186=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACBA is #305345. Grayscale: #B8B8B8. Windows color (decimal): -3167046 or 12233935. OLE color: 12233935.
HSL color Cylindrical-coordinate representation of color #CFACBA: hue angle of 336º 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 #CFACBA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 186 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.19 |
| HSL | 336º | 0.27% | 0.74% | - |
| HSV(B) | 336º | 0.17% | 0.81% | - |
| XYZ | 49.35 | 46.32 | 52.79 | - |
| YUV | 184.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 186 | 0 | 0.17 | 0.10 | 0.19 | 336 | 0.27 | 0.74 |
| Hex | CF | AC | BA | 0 | 11 | A | 13 | 150 | 1B | 4A |
| Octal | 317 | 254 | 272 | 0 | 21 | 12 | 23 | 520 | 33 | 112 |
| Binary | 11001111 | 10101100 | 10111010 | 0 | 10001 | 1010 | 10011 | 101010000 | 11011 | 1001010 |
Color Harmonies of #CFACBA
Complementary color
Monochromatic Colors of #CFACBA
Black with #CFACBA
Text Example
Text Example
White with #CFACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACBA; }
p { color: rgb(207,172,186); }
H1.HeaderClassName
{
color: #CFACBA;
}
.AnyTagClassName
{
color: #CFACBA;
}
</style>
background-color css
<style>
a { background-color: #CFACBA; }
a { background-color: rgb(207,172,186); }
div.DivClassName
{
background-color: #CFACBA;
}
.BgClassName
{
background-color: #CFACBA;
}
</style>
border-color css
<style>
span { border-color: #CFACBA; }
span { border-color: rgb(207,172,186); }
td.TdClassName
{
border-color: #CFACBA;
}
.TagClassName
{
border-color: #CFACBA;
}
</style>