Shades of Maverick #CFB2BF
Tints of Maverick #CFB2BF
RGB
CMYK
RGB Variations
Color information
#CFB2BF (or 0xCFB2BF) is known color: Maverick. HEX triplet: CF, B2 and BF. RGB value is (207,178,191). Sum of RGB (Red+Green+Blue) = 207+178+191=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2BF is #304D40. Grayscale: #BCBCBC. Windows color (decimal): -3165505 or 12563151. OLE color: 12563151.
HSL color Cylindrical-coordinate representation of color #CFB2BF: hue angle of 333.1º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2BF is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 191 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.19 |
| HSL | 333.1º | 0.23% | 0.75% | - |
| HSV(B) | 333.1º | 0.14% | 0.81% | - |
| XYZ | 51.06 | 48.87 | 56.03 | - |
| YUV | 188.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 191 | 0 | 0.14 | 0.08 | 0.19 | 333.1 | 0.23 | 0.75 |
| Hex | CF | B2 | BF | 0 | E | 8 | 13 | 14D | 17 | 4B |
| Octal | 317 | 262 | 277 | 0 | 16 | 10 | 23 | 515 | 27 | 113 |
| Binary | 11001111 | 10110010 | 10111111 | 0 | 1110 | 1000 | 10011 | 101001101 | 10111 | 1001011 |
Color Harmonies of #CFB2BF
Complementary color
Monochromatic Colors of #CFB2BF
Black with #CFB2BF
Text Example
Text Example
White with #CFB2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2BF; }
p { color: rgb(207,178,191); }
H1.HeaderClassName
{
color: #CFB2BF;
}
.AnyTagClassName
{
color: #CFB2BF;
}
</style>
background-color css
<style>
a { background-color: #CFB2BF; }
a { background-color: rgb(207,178,191); }
div.DivClassName
{
background-color: #CFB2BF;
}
.BgClassName
{
background-color: #CFB2BF;
}
</style>
border-color css
<style>
span { border-color: #CFB2BF; }
span { border-color: rgb(207,178,191); }
td.TdClassName
{
border-color: #CFB2BF;
}
.TagClassName
{
border-color: #CFB2BF;
}
</style>