Shades of Maverick #CFBBC8
Tints of Maverick #CFBBC8
RGB
CMYK
RGB Variations
Color information
#CFBBC8 (or 0xCFBBC8) is known color: Maverick. HEX triplet: CF, BB and C8. RGB value is (207,187,200). Sum of RGB (Red+Green+Blue) = 207+187+200=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBC8 is #304437. Grayscale: #C2C2C2. Windows color (decimal): -3163192 or 13155279. OLE color: 13155279.
HSL color Cylindrical-coordinate representation of color #CFBBC8: hue angle of 321º 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 #CFBBC8 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 200 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.19 |
| HSL | 321º | 0.17% | 0.77% | - |
| HSV(B) | 321º | 0.1% | 0.81% | - |
| XYZ | 53.93 | 52.98 | 62.03 | - |
| YUV | 194.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 200 | 0 | 0.10 | 0.03 | 0.19 | 321 | 0.17 | 0.77 |
| Hex | CF | BB | C8 | 0 | A | 3 | 13 | 141 | 11 | 4D |
| Octal | 317 | 273 | 310 | 0 | 12 | 3 | 23 | 501 | 21 | 115 |
| Binary | 11001111 | 10111011 | 11001000 | 0 | 1010 | 11 | 10011 | 101000001 | 10001 | 1001101 |
Color Harmonies of #CFBBC8
Complementary color
Monochromatic Colors of #CFBBC8
Black with #CFBBC8
Text Example
Text Example
White with #CFBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBC8; }
p { color: rgb(207,187,200); }
H1.HeaderClassName
{
color: #CFBBC8;
}
.AnyTagClassName
{
color: #CFBBC8;
}
</style>
background-color css
<style>
a { background-color: #CFBBC8; }
a { background-color: rgb(207,187,200); }
div.DivClassName
{
background-color: #CFBBC8;
}
.BgClassName
{
background-color: #CFBBC8;
}
</style>
border-color css
<style>
span { border-color: #CFBBC8; }
span { border-color: rgb(207,187,200); }
td.TdClassName
{
border-color: #CFBBC8;
}
.TagClassName
{
border-color: #CFBBC8;
}
</style>