Shades of Maverick #CBB1BB
Tints of Maverick #CBB1BB
RGB
CMYK
RGB Variations
Color information
#CBB1BB (or 0xCBB1BB) is known color: Maverick. HEX triplet: CB, B1 and BB. RGB value is (203,177,187). Sum of RGB (Red+Green+Blue) = 203+177+187=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1BB is #344E44. Grayscale: #B9B9B9. Windows color (decimal): -3427909 or 12300747. OLE color: 12300747.
HSL color Cylindrical-coordinate representation of color #CBB1BB: hue angle of 336.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB1BB is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 187 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.20 |
| HSL | 336.92º | 0.2% | 0.75% | - |
| HSV(B) | 336.92º | 0.13% | 0.8% | - |
| XYZ | 49.32 | 47.73 | 53.63 | - |
| YUV | 185.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 187 | 0 | 0.13 | 0.08 | 0.20 | 336.92 | 0.2 | 0.75 |
| Hex | CB | B1 | BB | 0 | D | 8 | 14 | 151 | 14 | 4B |
| Octal | 313 | 261 | 273 | 0 | 15 | 10 | 24 | 521 | 24 | 113 |
| Binary | 11001011 | 10110001 | 10111011 | 0 | 1101 | 1000 | 10100 | 101010001 | 10100 | 1001011 |
Color Harmonies of #CBB1BB
Complementary color
Monochromatic Colors of #CBB1BB
Black with #CBB1BB
Text Example
Text Example
White with #CBB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1BB; }
p { color: rgb(203,177,187); }
H1.HeaderClassName
{
color: #CBB1BB;
}
.AnyTagClassName
{
color: #CBB1BB;
}
</style>
background-color css
<style>
a { background-color: #CBB1BB; }
a { background-color: rgb(203,177,187); }
div.DivClassName
{
background-color: #CBB1BB;
}
.BgClassName
{
background-color: #CBB1BB;
}
</style>
border-color css
<style>
span { border-color: #CBB1BB; }
span { border-color: rgb(203,177,187); }
td.TdClassName
{
border-color: #CBB1BB;
}
.TagClassName
{
border-color: #CBB1BB;
}
</style>