Shades of Maverick #CFABC4
Tints of Maverick #CFABC4
RGB
CMYK
RGB Variations
Color information
#CFABC4 (or 0xCFABC4) is known color: Maverick. HEX triplet: CF, AB and C4. RGB value is (207,171,196). Sum of RGB (Red+Green+Blue) = 207+171+196=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABC4 is #30543B. Grayscale: #B8B8B8. Windows color (decimal): -3167292 or 12889039. OLE color: 12889039.
HSL color Cylindrical-coordinate representation of color #CFABC4: hue angle of 318.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 #CFABC4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 196 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.19 |
| HSL | 318.33º | 0.27% | 0.74% | - |
| HSV(B) | 318.33º | 0.17% | 0.81% | - |
| XYZ | 50.26 | 46.38 | 58.53 | - |
| YUV | 184.61 | 134.43 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 196 | 0 | 0.17 | 0.05 | 0.19 | 318.33 | 0.27 | 0.74 |
| Hex | CF | AB | C4 | 0 | 11 | 5 | 13 | 13E | 1B | 4A |
| Octal | 317 | 253 | 304 | 0 | 21 | 5 | 23 | 476 | 33 | 112 |
| Binary | 11001111 | 10101011 | 11000100 | 0 | 10001 | 101 | 10011 | 100111110 | 11011 | 1001010 |
Color Harmonies of #CFABC4
Complementary color
Monochromatic Colors of #CFABC4
Black with #CFABC4
Text Example
Text Example
White with #CFABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABC4; }
p { color: rgb(207,171,196); }
H1.HeaderClassName
{
color: #CFABC4;
}
.AnyTagClassName
{
color: #CFABC4;
}
</style>
background-color css
<style>
a { background-color: #CFABC4; }
a { background-color: rgb(207,171,196); }
div.DivClassName
{
background-color: #CFABC4;
}
.BgClassName
{
background-color: #CFABC4;
}
</style>
border-color css
<style>
span { border-color: #CFABC4; }
span { border-color: rgb(207,171,196); }
td.TdClassName
{
border-color: #CFABC4;
}
.TagClassName
{
border-color: #CFABC4;
}
</style>