Shades of Maverick #CFABC2
Tints of Maverick #CFABC2
RGB
CMYK
RGB Variations
Color information
#CFABC2 (or 0xCFABC2) is known color: Maverick. HEX triplet: CF, AB and C2. RGB value is (207,171,194). Sum of RGB (Red+Green+Blue) = 207+171+194=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABC2 is #30543D. Grayscale: #B8B8B8. Windows color (decimal): -3167294 or 12757967. OLE color: 12757967.
HSL color Cylindrical-coordinate representation of color #CFABC2: hue angle of 321.67º 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 #CFABC2 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 194 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.19 |
| HSL | 321.67º | 0.27% | 0.74% | - |
| HSV(B) | 321.67º | 0.17% | 0.81% | - |
| XYZ | 50.03 | 46.29 | 57.34 | - |
| YUV | 184.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 194 | 0 | 0.17 | 0.06 | 0.19 | 321.67 | 0.27 | 0.74 |
| Hex | CF | AB | C2 | 0 | 11 | 6 | 13 | 142 | 1B | 4A |
| Octal | 317 | 253 | 302 | 0 | 21 | 6 | 23 | 502 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11000010 | 0 | 10001 | 110 | 10011 | 101000010 | 11011 | 1001010 |
Color Harmonies of #CFABC2
Complementary color
Monochromatic Colors of #CFABC2
Black with #CFABC2
Text Example
Text Example
White with #CFABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABC2; }
p { color: rgb(207,171,194); }
H1.HeaderClassName
{
color: #CFABC2;
}
.AnyTagClassName
{
color: #CFABC2;
}
</style>
background-color css
<style>
a { background-color: #CFABC2; }
a { background-color: rgb(207,171,194); }
div.DivClassName
{
background-color: #CFABC2;
}
.BgClassName
{
background-color: #CFABC2;
}
</style>
border-color css
<style>
span { border-color: #CFABC2; }
span { border-color: rgb(207,171,194); }
td.TdClassName
{
border-color: #CFABC2;
}
.TagClassName
{
border-color: #CFABC2;
}
</style>