Shades of Maverick #CFBBC9
Tints of Maverick #CFBBC9
RGB
CMYK
RGB Variations
Color information
#CFBBC9 (or 0xCFBBC9) is known color: Maverick. HEX triplet: CF, BB and C9. RGB value is (207,187,201). Sum of RGB (Red+Green+Blue) = 207+187+201=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC9 is #304436. Grayscale: #C2C2C2. Windows color (decimal): -3163191 or 13220815. OLE color: 13220815.
HSL color Cylindrical-coordinate representation of color #CFBBC9: hue angle of 318º degrees, saturation: 0.17, 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 #CFBBC9 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 201 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.19 |
| HSL | 318º | 0.17% | 0.77% | - |
| HSV(B) | 318º | 0.1% | 0.81% | - |
| XYZ | 54.05 | 53.02 | 62.64 | - |
| YUV | 194.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 201 | 0 | 0.10 | 0.03 | 0.19 | 318 | 0.17 | 0.77 |
| Hex | CF | BB | C9 | 0 | A | 3 | 13 | 13E | 11 | 4D |
| Octal | 317 | 273 | 311 | 0 | 12 | 3 | 23 | 476 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11001001 | 0 | 1010 | 11 | 10011 | 100111110 | 10001 | 1001101 |
Color Harmonies of #CFBBC9
Complementary color
Monochromatic Colors of #CFBBC9
Black with #CFBBC9
Text Example
Text Example
White with #CFBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC9; }
p { color: rgb(207,187,201); }
H1.HeaderClassName
{
color: #CFBBC9;
}
.AnyTagClassName
{
color: #CFBBC9;
}
</style>
background-color css
<style>
a { background-color: #CFBBC9; }
a { background-color: rgb(207,187,201); }
div.DivClassName
{
background-color: #CFBBC9;
}
.BgClassName
{
background-color: #CFBBC9;
}
</style>
border-color css
<style>
span { border-color: #CFBBC9; }
span { border-color: rgb(207,187,201); }
td.TdClassName
{
border-color: #CFBBC9;
}
.TagClassName
{
border-color: #CFBBC9;
}
</style>