Shades of Maverick #CFBAC8
Tints of Maverick #CFBAC8
RGB
CMYK
RGB Variations
Color information
#CFBAC8 (or 0xCFBAC8) is known color: Maverick. HEX triplet: CF, BA and C8. RGB value is (207,186,200). Sum of RGB (Red+Green+Blue) = 207+186+200=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBAC8 is #304537. Grayscale: #C1C1C1. Windows color (decimal): -3163448 or 13155023. OLE color: 13155023.
HSL color Cylindrical-coordinate representation of color #CFBAC8: hue angle of 320º 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 #CFBAC8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 200 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.19 |
| HSL | 320º | 0.18% | 0.77% | - |
| HSV(B) | 320º | 0.1% | 0.81% | - |
| XYZ | 53.72 | 52.55 | 61.96 | - |
| YUV | 193.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 200 | 0 | 0.10 | 0.03 | 0.19 | 320 | 0.18 | 0.77 |
| Hex | CF | BA | C8 | 0 | A | 3 | 13 | 140 | 12 | 4D |
| Octal | 317 | 272 | 310 | 0 | 12 | 3 | 23 | 500 | 22 | 115 |
| Binary | 11001111 | 10111010 | 11001000 | 0 | 1010 | 11 | 10011 | 101000000 | 10010 | 1001101 |
Color Harmonies of #CFBAC8
Complementary color
Monochromatic Colors of #CFBAC8
Black with #CFBAC8
Text Example
Text Example
White with #CFBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBAC8; }
p { color: rgb(207,186,200); }
H1.HeaderClassName
{
color: #CFBAC8;
}
.AnyTagClassName
{
color: #CFBAC8;
}
</style>
background-color css
<style>
a { background-color: #CFBAC8; }
a { background-color: rgb(207,186,200); }
div.DivClassName
{
background-color: #CFBAC8;
}
.BgClassName
{
background-color: #CFBAC8;
}
</style>
border-color css
<style>
span { border-color: #CFBAC8; }
span { border-color: rgb(207,186,200); }
td.TdClassName
{
border-color: #CFBAC8;
}
.TagClassName
{
border-color: #CFBAC8;
}
</style>