Shades of Maverick #CBB3BF
Tints of Maverick #CBB3BF
RGB
CMYK
RGB Variations
Color information
#CBB3BF (or 0xCBB3BF) is known color: Maverick. HEX triplet: CB, B3 and BF. RGB value is (203,179,191). Sum of RGB (Red+Green+Blue) = 203+179+191=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BF is #344C40. Grayscale: #BBBBBB. Windows color (decimal): -3427393 or 12563403. OLE color: 12563403.
HSL color Cylindrical-coordinate representation of color #CBB3BF: hue angle of 330º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB3BF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 191 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.20 |
| HSL | 330º | 0.19% | 0.75% | - |
| HSV(B) | 330º | 0.12% | 0.8% | - |
| XYZ | 50.15 | 48.7 | 56.05 | - |
| YUV | 187.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 191 | 0 | 0.12 | 0.06 | 0.20 | 330 | 0.19 | 0.75 |
| Hex | CB | B3 | BF | 0 | C | 6 | 14 | 14A | 13 | 4B |
| Octal | 313 | 263 | 277 | 0 | 14 | 6 | 24 | 512 | 23 | 113 |
| Binary | 11001011 | 10110011 | 10111111 | 0 | 1100 | 110 | 10100 | 101001010 | 10011 | 1001011 |
Color Harmonies of #CBB3BF
Complementary color
Monochromatic Colors of #CBB3BF
Black with #CBB3BF
Text Example
Text Example
White with #CBB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3BF; }
p { color: rgb(203,179,191); }
H1.HeaderClassName
{
color: #CBB3BF;
}
.AnyTagClassName
{
color: #CBB3BF;
}
</style>
background-color css
<style>
a { background-color: #CBB3BF; }
a { background-color: rgb(203,179,191); }
div.DivClassName
{
background-color: #CBB3BF;
}
.BgClassName
{
background-color: #CBB3BF;
}
</style>
border-color css
<style>
span { border-color: #CBB3BF; }
span { border-color: rgb(203,179,191); }
td.TdClassName
{
border-color: #CBB3BF;
}
.TagClassName
{
border-color: #CBB3BF;
}
</style>