Shades of Maverick #CFAABC
Tints of Maverick #CFAABC
RGB
CMYK
RGB Variations
Color information
#CFAABC (or 0xCFAABC) is known color: Maverick. HEX triplet: CF, AA and BC. RGB value is (207,170,188). Sum of RGB (Red+Green+Blue) = 207+170+188=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABC is #305543. Grayscale: #B7B7B7. Windows color (decimal): -3167556 or 12364495. OLE color: 12364495.
HSL color Cylindrical-coordinate representation of color #CFAABC: hue angle of 330.81º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAABC is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 188 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.19 |
| HSL | 330.81º | 0.28% | 0.74% | - |
| HSV(B) | 330.81º | 0.18% | 0.81% | - |
| XYZ | 49.18 | 45.65 | 53.8 | - |
| YUV | 183.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 188 | 0 | 0.18 | 0.09 | 0.19 | 330.81 | 0.28 | 0.74 |
| Hex | CF | AA | BC | 0 | 12 | 9 | 13 | 14B | 1C | 4A |
| Octal | 317 | 252 | 274 | 0 | 22 | 11 | 23 | 513 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10111100 | 0 | 10010 | 1001 | 10011 | 101001011 | 11100 | 1001010 |
Color Harmonies of #CFAABC
Complementary color
Monochromatic Colors of #CFAABC
Black with #CFAABC
Text Example
Text Example
White with #CFAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAABC; }
p { color: rgb(207,170,188); }
H1.HeaderClassName
{
color: #CFAABC;
}
.AnyTagClassName
{
color: #CFAABC;
}
</style>
background-color css
<style>
a { background-color: #CFAABC; }
a { background-color: rgb(207,170,188); }
div.DivClassName
{
background-color: #CFAABC;
}
.BgClassName
{
background-color: #CFAABC;
}
</style>
border-color css
<style>
span { border-color: #CFAABC; }
span { border-color: rgb(207,170,188); }
td.TdClassName
{
border-color: #CFAABC;
}
.TagClassName
{
border-color: #CFAABC;
}
</style>