Shades of Maverick #CBB7BF
Tints of Maverick #CBB7BF
RGB
CMYK
RGB Variations
Color information
#CBB7BF (or 0xCBB7BF) is known color: Maverick. HEX triplet: CB, B7 and BF. RGB value is (203,183,191). Sum of RGB (Red+Green+Blue) = 203+183+191=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7BF is #344840. Grayscale: #BDBDBD. Windows color (decimal): -3426369 or 12564427. OLE color: 12564427.
HSL color Cylindrical-coordinate representation of color #CBB7BF: hue angle of 336º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7BF is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 191 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.20 |
| HSL | 336º | 0.16% | 0.76% | - |
| HSV(B) | 336º | 0.1% | 0.8% | - |
| XYZ | 50.97 | 50.33 | 56.32 | - |
| YUV | 189.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 191 | 0 | 0.10 | 0.06 | 0.20 | 336 | 0.16 | 0.76 |
| Hex | CB | B7 | BF | 0 | A | 6 | 14 | 150 | 10 | 4C |
| Octal | 313 | 267 | 277 | 0 | 12 | 6 | 24 | 520 | 20 | 114 |
| Binary | 11001011 | 10110111 | 10111111 | 0 | 1010 | 110 | 10100 | 101010000 | 10000 | 1001100 |
Color Harmonies of #CBB7BF
Complementary color
Monochromatic Colors of #CBB7BF
Black with #CBB7BF
Text Example
Text Example
White with #CBB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7BF; }
p { color: rgb(203,183,191); }
H1.HeaderClassName
{
color: #CBB7BF;
}
.AnyTagClassName
{
color: #CBB7BF;
}
</style>
background-color css
<style>
a { background-color: #CBB7BF; }
a { background-color: rgb(203,183,191); }
div.DivClassName
{
background-color: #CBB7BF;
}
.BgClassName
{
background-color: #CBB7BF;
}
</style>
border-color css
<style>
span { border-color: #CBB7BF; }
span { border-color: rgb(203,183,191); }
td.TdClassName
{
border-color: #CBB7BF;
}
.TagClassName
{
border-color: #CBB7BF;
}
</style>