Shades of Maverick #CBB5BF
Tints of Maverick #CBB5BF
RGB
CMYK
RGB Variations
Color information
#CBB5BF (or 0xCBB5BF) is known color: Maverick. HEX triplet: CB, B5 and BF. RGB value is (203,181,191). Sum of RGB (Red+Green+Blue) = 203+181+191=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5BF is #344A40. Grayscale: #BCBCBC. Windows color (decimal): -3426881 or 12563915. OLE color: 12563915.
HSL color Cylindrical-coordinate representation of color #CBB5BF: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB5BF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 191 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.20 |
| HSL | 332.73º | 0.17% | 0.75% | - |
| HSV(B) | 332.73º | 0.11% | 0.8% | - |
| XYZ | 50.56 | 49.51 | 56.18 | - |
| YUV | 188.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 191 | 0 | 0.11 | 0.06 | 0.20 | 332.73 | 0.17 | 0.75 |
| Hex | CB | B5 | BF | 0 | B | 6 | 14 | 14D | 11 | 4B |
| Octal | 313 | 265 | 277 | 0 | 13 | 6 | 24 | 515 | 21 | 113 |
| Binary | 11001011 | 10110101 | 10111111 | 0 | 1011 | 110 | 10100 | 101001101 | 10001 | 1001011 |
Color Harmonies of #CBB5BF
Complementary color
Monochromatic Colors of #CBB5BF
Black with #CBB5BF
Text Example
Text Example
White with #CBB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5BF; }
p { color: rgb(203,181,191); }
H1.HeaderClassName
{
color: #CBB5BF;
}
.AnyTagClassName
{
color: #CBB5BF;
}
</style>
background-color css
<style>
a { background-color: #CBB5BF; }
a { background-color: rgb(203,181,191); }
div.DivClassName
{
background-color: #CBB5BF;
}
.BgClassName
{
background-color: #CBB5BF;
}
</style>
border-color css
<style>
span { border-color: #CBB5BF; }
span { border-color: rgb(203,181,191); }
td.TdClassName
{
border-color: #CBB5BF;
}
.TagClassName
{
border-color: #CBB5BF;
}
</style>