Shades of Maverick #CFAABB
Tints of Maverick #CFAABB
RGB
CMYK
RGB Variations
Color information
#CFAABB (or 0xCFAABB) is known color: Maverick. HEX triplet: CF, AA and BB. RGB value is (207,170,187). Sum of RGB (Red+Green+Blue) = 207+170+187=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAABB is #305544. Grayscale: #B6B6B6. Windows color (decimal): -3167557 or 12298959. OLE color: 12298959.
HSL color Cylindrical-coordinate representation of color #CFAABB: hue angle of 332.43º 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 #CFAABB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 187 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.19 |
| HSL | 332.43º | 0.28% | 0.74% | - |
| HSV(B) | 332.43º | 0.18% | 0.81% | - |
| XYZ | 49.08 | 45.6 | 53.23 | - |
| YUV | 183 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 187 | 0 | 0.18 | 0.10 | 0.19 | 332.43 | 0.28 | 0.74 |
| Hex | CF | AA | BB | 0 | 12 | A | 13 | 14C | 1C | 4A |
| Octal | 317 | 252 | 273 | 0 | 22 | 12 | 23 | 514 | 34 | 112 |
| Binary | 11001111 | 10101010 | 10111011 | 0 | 10010 | 1010 | 10011 | 101001100 | 11100 | 1001010 |
Color Harmonies of #CFAABB
Complementary color
Monochromatic Colors of #CFAABB
Black with #CFAABB
Text Example
Text Example
White with #CFAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAABB; }
p { color: rgb(207,170,187); }
H1.HeaderClassName
{
color: #CFAABB;
}
.AnyTagClassName
{
color: #CFAABB;
}
</style>
background-color css
<style>
a { background-color: #CFAABB; }
a { background-color: rgb(207,170,187); }
div.DivClassName
{
background-color: #CFAABB;
}
.BgClassName
{
background-color: #CFAABB;
}
</style>
border-color css
<style>
span { border-color: #CFAABB; }
span { border-color: rgb(207,170,187); }
td.TdClassName
{
border-color: #CFAABB;
}
.TagClassName
{
border-color: #CFAABB;
}
</style>