Shades of Maverick #CFAABD
Tints of Maverick #CFAABD
RGB
CMYK
RGB Variations
Color information
#CFAABD (or 0xCFAABD) is known color: Maverick. HEX triplet: CF, AA and BD. RGB value is (207,170,189). Sum of RGB (Red+Green+Blue) = 207+170+189=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABD is #305542. Grayscale: #B7B7B7. Windows color (decimal): -3167555 or 12430031. OLE color: 12430031.
HSL color Cylindrical-coordinate representation of color #CFAABD: hue angle of 329.19º 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 #CFAABD is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 189 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.19 |
| HSL | 329.19º | 0.28% | 0.74% | - |
| HSV(B) | 329.19º | 0.18% | 0.81% | - |
| XYZ | 49.29 | 45.69 | 54.36 | - |
| YUV | 183.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 189 | 0 | 0.18 | 0.09 | 0.19 | 329.19 | 0.28 | 0.74 |
| Hex | CF | AA | BD | 0 | 12 | 9 | 13 | 149 | 1C | 4A |
| Octal | 317 | 252 | 275 | 0 | 22 | 11 | 23 | 511 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10111101 | 0 | 10010 | 1001 | 10011 | 101001001 | 11100 | 1001010 |
Color Harmonies of #CFAABD
Complementary color
Monochromatic Colors of #CFAABD
Black with #CFAABD
Text Example
Text Example
White with #CFAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAABD; }
p { color: rgb(207,170,189); }
H1.HeaderClassName
{
color: #CFAABD;
}
.AnyTagClassName
{
color: #CFAABD;
}
</style>
background-color css
<style>
a { background-color: #CFAABD; }
a { background-color: rgb(207,170,189); }
div.DivClassName
{
background-color: #CFAABD;
}
.BgClassName
{
background-color: #CFAABD;
}
</style>
border-color css
<style>
span { border-color: #CFAABD; }
span { border-color: rgb(207,170,189); }
td.TdClassName
{
border-color: #CFAABD;
}
.TagClassName
{
border-color: #CFAABD;
}
</style>