Shades of Maverick #CBB3BD
Tints of Maverick #CBB3BD
RGB
CMYK
RGB Variations
Color information
#CBB3BD (or 0xCBB3BD) is known color: Maverick. HEX triplet: CB, B3 and BD. RGB value is (203,179,189). Sum of RGB (Red+Green+Blue) = 203+179+189=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BD is #344C42. Grayscale: #BBBBBB. Windows color (decimal): -3427395 or 12432331. OLE color: 12432331.
HSL color Cylindrical-coordinate representation of color #CBB3BD: hue angle of 335º 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 #CBB3BD is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 189 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.20 |
| HSL | 335º | 0.19% | 0.75% | - |
| HSV(B) | 335º | 0.12% | 0.8% | - |
| XYZ | 49.93 | 48.61 | 54.9 | - |
| YUV | 187.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 189 | 0 | 0.12 | 0.07 | 0.20 | 335 | 0.19 | 0.75 |
| Hex | CB | B3 | BD | 0 | C | 7 | 14 | 14F | 13 | 4B |
| Octal | 313 | 263 | 275 | 0 | 14 | 7 | 24 | 517 | 23 | 113 |
| Binary | 11001011 | 10110011 | 10111101 | 0 | 1100 | 111 | 10100 | 101001111 | 10011 | 1001011 |
Color Harmonies of #CBB3BD
Complementary color
Monochromatic Colors of #CBB3BD
Black with #CBB3BD
Text Example
Text Example
White with #CBB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3BD; }
p { color: rgb(203,179,189); }
H1.HeaderClassName
{
color: #CBB3BD;
}
.AnyTagClassName
{
color: #CBB3BD;
}
</style>
background-color css
<style>
a { background-color: #CBB3BD; }
a { background-color: rgb(203,179,189); }
div.DivClassName
{
background-color: #CBB3BD;
}
.BgClassName
{
background-color: #CBB3BD;
}
</style>
border-color css
<style>
span { border-color: #CBB3BD; }
span { border-color: rgb(203,179,189); }
td.TdClassName
{
border-color: #CBB3BD;
}
.TagClassName
{
border-color: #CBB3BD;
}
</style>