Shades of Maverick #CFB0C0
Tints of Maverick #CFB0C0
RGB
CMYK
RGB Variations
Color information
#CFB0C0 (or 0xCFB0C0) is known color: Maverick. HEX triplet: CF, B0 and C0. RGB value is (207,176,192). Sum of RGB (Red+Green+Blue) = 207+176+192=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0C0 is #304F3F. Grayscale: #BBBBBB. Windows color (decimal): -3166016 or 12628175. OLE color: 12628175.
HSL color Cylindrical-coordinate representation of color #CFB0C0: hue angle of 329.03º 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 #CFB0C0 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 192 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.19 |
| HSL | 329.03º | 0.24% | 0.75% | - |
| HSV(B) | 329.03º | 0.15% | 0.81% | - |
| XYZ | 50.77 | 48.12 | 56.48 | - |
| YUV | 187.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 192 | 0 | 0.15 | 0.07 | 0.19 | 329.03 | 0.24 | 0.75 |
| Hex | CF | B0 | C0 | 0 | F | 7 | 13 | 149 | 18 | 4B |
| Octal | 317 | 260 | 300 | 0 | 17 | 7 | 23 | 511 | 30 | 113 |
| Binary | 11001111 | 10110000 | 11000000 | 0 | 1111 | 111 | 10011 | 101001001 | 11000 | 1001011 |
Color Harmonies of #CFB0C0
Complementary color
Monochromatic Colors of #CFB0C0
Black with #CFB0C0
Text Example
Text Example
White with #CFB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB0C0; }
p { color: rgb(207,176,192); }
H1.HeaderClassName
{
color: #CFB0C0;
}
.AnyTagClassName
{
color: #CFB0C0;
}
</style>
background-color css
<style>
a { background-color: #CFB0C0; }
a { background-color: rgb(207,176,192); }
div.DivClassName
{
background-color: #CFB0C0;
}
.BgClassName
{
background-color: #CFB0C0;
}
</style>
border-color css
<style>
span { border-color: #CFB0C0; }
span { border-color: rgb(207,176,192); }
td.TdClassName
{
border-color: #CFB0C0;
}
.TagClassName
{
border-color: #CFB0C0;
}
</style>