Shades of Maverick #CFABBC
Tints of Maverick #CFABBC
RGB
CMYK
RGB Variations
Color information
#CFABBC (or 0xCFABBC) is known color: Maverick. HEX triplet: CF, AB and BC. RGB value is (207,171,188). Sum of RGB (Red+Green+Blue) = 207+171+188=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABBC is #305443. Grayscale: #B7B7B7. Windows color (decimal): -3167300 or 12364751. OLE color: 12364751.
HSL color Cylindrical-coordinate representation of color #CFABBC: hue angle of 331.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 #CFABBC is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 188 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.19 |
| HSL | 331.67º | 0.27% | 0.74% | - |
| HSV(B) | 331.67º | 0.17% | 0.81% | - |
| XYZ | 49.37 | 46.02 | 53.86 | - |
| YUV | 183.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 188 | 0 | 0.17 | 0.09 | 0.19 | 331.67 | 0.27 | 0.74 |
| Hex | CF | AB | BC | 0 | 11 | 9 | 13 | 14C | 1B | 4A |
| Octal | 317 | 253 | 274 | 0 | 21 | 11 | 23 | 514 | 33 | 112 |
| Binary | 11001111 | 10101011 | 10111100 | 0 | 10001 | 1001 | 10011 | 101001100 | 11011 | 1001010 |
Color Harmonies of #CFABBC
Complementary color
Monochromatic Colors of #CFABBC
Black with #CFABBC
Text Example
Text Example
White with #CFABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABBC; }
p { color: rgb(207,171,188); }
H1.HeaderClassName
{
color: #CFABBC;
}
.AnyTagClassName
{
color: #CFABBC;
}
</style>
background-color css
<style>
a { background-color: #CFABBC; }
a { background-color: rgb(207,171,188); }
div.DivClassName
{
background-color: #CFABBC;
}
.BgClassName
{
background-color: #CFABBC;
}
</style>
border-color css
<style>
span { border-color: #CFABBC; }
span { border-color: rgb(207,171,188); }
td.TdClassName
{
border-color: #CFABBC;
}
.TagClassName
{
border-color: #CFABBC;
}
</style>