Shades of Maverick #CFB0BF
Tints of Maverick #CFB0BF
RGB
CMYK
RGB Variations
Color information
#CFB0BF (or 0xCFB0BF) is known color: Maverick. HEX triplet: CF, B0 and BF. RGB value is (207,176,191). Sum of RGB (Red+Green+Blue) = 207+176+191=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BF is #304F40. Grayscale: #BABABA. Windows color (decimal): -3166017 or 12562639. OLE color: 12562639.
HSL color Cylindrical-coordinate representation of color #CFB0BF: hue angle of 330.97º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFB0BF is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 191 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.19 |
| HSL | 330.97º | 0.24% | 0.75% | - |
| HSV(B) | 330.97º | 0.15% | 0.81% | - |
| XYZ | 50.66 | 48.08 | 55.9 | - |
| YUV | 186.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 191 | 0 | 0.15 | 0.08 | 0.19 | 330.97 | 0.24 | 0.75 |
| Hex | CF | B0 | BF | 0 | F | 8 | 13 | 14B | 18 | 4B |
| Octal | 317 | 260 | 277 | 0 | 17 | 10 | 23 | 513 | 30 | 113 |
| Binary | 11001111 | 10110000 | 10111111 | 0 | 1111 | 1000 | 10011 | 101001011 | 11000 | 1001011 |
Color Harmonies of #CFB0BF
Complementary color
Monochromatic Colors of #CFB0BF
Black with #CFB0BF
Text Example
Text Example
White with #CFB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0BF; }
p { color: rgb(207,176,191); }
H1.HeaderClassName
{
color: #CFB0BF;
}
.AnyTagClassName
{
color: #CFB0BF;
}
</style>
background-color css
<style>
a { background-color: #CFB0BF; }
a { background-color: rgb(207,176,191); }
div.DivClassName
{
background-color: #CFB0BF;
}
.BgClassName
{
background-color: #CFB0BF;
}
</style>
border-color css
<style>
span { border-color: #CFB0BF; }
span { border-color: rgb(207,176,191); }
td.TdClassName
{
border-color: #CFB0BF;
}
.TagClassName
{
border-color: #CFB0BF;
}
</style>