Shades of Maverick #CBA7BB
Tints of Maverick #CBA7BB
RGB
CMYK
RGB Variations
Color information
#CBA7BB (or 0xCBA7BB) is known color: Maverick. HEX triplet: CB, A7 and BB. RGB value is (203,167,187). Sum of RGB (Red+Green+Blue) = 203+167+187=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BB is #345844. Grayscale: #B4B4B4. Windows color (decimal): -3430469 or 12298187. OLE color: 12298187.
HSL color Cylindrical-coordinate representation of color #CBA7BB: hue angle of 326.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7BB is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 187 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.20 |
| HSL | 326.67º | 0.26% | 0.73% | - |
| HSV(B) | 326.67º | 0.18% | 0.8% | - |
| XYZ | 47.42 | 43.92 | 52.99 | - |
| YUV | 180.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 187 | 0 | 0.18 | 0.08 | 0.20 | 326.67 | 0.26 | 0.73 |
| Hex | CB | A7 | BB | 0 | 12 | 8 | 14 | 147 | 1A | 49 |
| Octal | 313 | 247 | 273 | 0 | 22 | 10 | 24 | 507 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111011 | 0 | 10010 | 1000 | 10100 | 101000111 | 11010 | 1001001 |
Color Harmonies of #CBA7BB
Complementary color
Monochromatic Colors of #CBA7BB
Black with #CBA7BB
Text Example
Text Example
White with #CBA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7BB; }
p { color: rgb(203,167,187); }
H1.HeaderClassName
{
color: #CBA7BB;
}
.AnyTagClassName
{
color: #CBA7BB;
}
</style>
background-color css
<style>
a { background-color: #CBA7BB; }
a { background-color: rgb(203,167,187); }
div.DivClassName
{
background-color: #CBA7BB;
}
.BgClassName
{
background-color: #CBA7BB;
}
</style>
border-color css
<style>
span { border-color: #CBA7BB; }
span { border-color: rgb(203,167,187); }
td.TdClassName
{
border-color: #CBA7BB;
}
.TagClassName
{
border-color: #CBA7BB;
}
</style>