Shades of Maverick #CFABC1
Tints of Maverick #CFABC1
RGB
CMYK
RGB Variations
Color information
#CFABC1 (or 0xCFABC1) is known color: Maverick. HEX triplet: CF, AB and C1. RGB value is (207,171,193). Sum of RGB (Red+Green+Blue) = 207+171+193=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABC1 is #30543E. Grayscale: #B8B8B8. Windows color (decimal): -3167295 or 12692431. OLE color: 12692431.
HSL color Cylindrical-coordinate representation of color #CFABC1: hue angle of 323.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 #CFABC1 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 193 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.19 |
| HSL | 323.33º | 0.27% | 0.74% | - |
| HSV(B) | 323.33º | 0.17% | 0.81% | - |
| XYZ | 49.92 | 46.24 | 56.75 | - |
| YUV | 184.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 193 | 0 | 0.17 | 0.07 | 0.19 | 323.33 | 0.27 | 0.74 |
| Hex | CF | AB | C1 | 0 | 11 | 7 | 13 | 143 | 1B | 4A |
| Octal | 317 | 253 | 301 | 0 | 21 | 7 | 23 | 503 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11000001 | 0 | 10001 | 111 | 10011 | 101000011 | 11011 | 1001010 |
Color Harmonies of #CFABC1
Complementary color
Monochromatic Colors of #CFABC1
Black with #CFABC1
Text Example
Text Example
White with #CFABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABC1; }
p { color: rgb(207,171,193); }
H1.HeaderClassName
{
color: #CFABC1;
}
.AnyTagClassName
{
color: #CFABC1;
}
</style>
background-color css
<style>
a { background-color: #CFABC1; }
a { background-color: rgb(207,171,193); }
div.DivClassName
{
background-color: #CFABC1;
}
.BgClassName
{
background-color: #CFABC1;
}
</style>
border-color css
<style>
span { border-color: #CFABC1; }
span { border-color: rgb(207,171,193); }
td.TdClassName
{
border-color: #CFABC1;
}
.TagClassName
{
border-color: #CFABC1;
}
</style>