Shades of Maverick #CFABC0
Tints of Maverick #CFABC0
RGB
CMYK
RGB Variations
Color information
#CFABC0 (or 0xCFABC0) is known color: Maverick. HEX triplet: CF, AB and C0. RGB value is (207,171,192). Sum of RGB (Red+Green+Blue) = 207+171+192=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABC0 is #30543F. Grayscale: #B8B8B8. Windows color (decimal): -3167296 or 12626895. OLE color: 12626895.
HSL color Cylindrical-coordinate representation of color #CFABC0: hue angle of 325º 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 #CFABC0 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 192 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.19 |
| HSL | 325º | 0.27% | 0.74% | - |
| HSV(B) | 325º | 0.17% | 0.81% | - |
| XYZ | 49.81 | 46.2 | 56.16 | - |
| YUV | 184.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 192 | 0 | 0.17 | 0.07 | 0.19 | 325 | 0.27 | 0.74 |
| Hex | CF | AB | C0 | 0 | 11 | 7 | 13 | 145 | 1B | 4A |
| Octal | 317 | 253 | 300 | 0 | 21 | 7 | 23 | 505 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11000000 | 0 | 10001 | 111 | 10011 | 101000101 | 11011 | 1001010 |
Color Harmonies of #CFABC0
Complementary color
Monochromatic Colors of #CFABC0
Black with #CFABC0
Text Example
Text Example
White with #CFABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABC0; }
p { color: rgb(207,171,192); }
H1.HeaderClassName
{
color: #CFABC0;
}
.AnyTagClassName
{
color: #CFABC0;
}
</style>
background-color css
<style>
a { background-color: #CFABC0; }
a { background-color: rgb(207,171,192); }
div.DivClassName
{
background-color: #CFABC0;
}
.BgClassName
{
background-color: #CFABC0;
}
</style>
border-color css
<style>
span { border-color: #CFABC0; }
span { border-color: rgb(207,171,192); }
td.TdClassName
{
border-color: #CFABC0;
}
.TagClassName
{
border-color: #CFABC0;
}
</style>