Shades of Maverick #CFBAC9
Tints of Maverick #CFBAC9
RGB
CMYK
RGB Variations
Color information
#CFBAC9 (or 0xCFBAC9) is known color: Maverick. HEX triplet: CF, BA and C9. RGB value is (207,186,201). Sum of RGB (Red+Green+Blue) = 207+186+201=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC9 is #304536. Grayscale: #C1C1C1. Windows color (decimal): -3163447 or 13220559. OLE color: 13220559.
HSL color Cylindrical-coordinate representation of color #CFBAC9: hue angle of 317.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBAC9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 201 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.19 |
| HSL | 317.14º | 0.18% | 0.77% | - |
| HSV(B) | 317.14º | 0.1% | 0.81% | - |
| XYZ | 53.83 | 52.6 | 62.57 | - |
| YUV | 193.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 201 | 0 | 0.10 | 0.03 | 0.19 | 317.14 | 0.18 | 0.77 |
| Hex | CF | BA | C9 | 0 | A | 3 | 13 | 13D | 12 | 4D |
| Octal | 317 | 272 | 311 | 0 | 12 | 3 | 23 | 475 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11001001 | 0 | 1010 | 11 | 10011 | 100111101 | 10010 | 1001101 |
Color Harmonies of #CFBAC9
Complementary color
Monochromatic Colors of #CFBAC9
Black with #CFBAC9
Text Example
Text Example
White with #CFBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAC9; }
p { color: rgb(207,186,201); }
H1.HeaderClassName
{
color: #CFBAC9;
}
.AnyTagClassName
{
color: #CFBAC9;
}
</style>
background-color css
<style>
a { background-color: #CFBAC9; }
a { background-color: rgb(207,186,201); }
div.DivClassName
{
background-color: #CFBAC9;
}
.BgClassName
{
background-color: #CFBAC9;
}
</style>
border-color css
<style>
span { border-color: #CFBAC9; }
span { border-color: rgb(207,186,201); }
td.TdClassName
{
border-color: #CFBAC9;
}
.TagClassName
{
border-color: #CFBAC9;
}
</style>