Shades of Maverick #CBA3BD
Tints of Maverick #CBA3BD
RGB
CMYK
RGB Variations
Color information
#CBA3BD (or 0xCBA3BD) is known color: Maverick. HEX triplet: CB, A3 and BD. RGB value is (203,163,189). Sum of RGB (Red+Green+Blue) = 203+163+189=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3BD is #345C42. Grayscale: #B1B1B1. Windows color (decimal): -3431491 or 12428235. OLE color: 12428235.
HSL color Cylindrical-coordinate representation of color #CBA3BD: hue angle of 321º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA3BD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 189 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.20 |
| HSL | 321º | 0.28% | 0.72% | - |
| HSV(B) | 321º | 0.2% | 0.8% | - |
| XYZ | 46.91 | 42.57 | 53.89 | - |
| YUV | 177.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 189 | 0 | 0.20 | 0.07 | 0.20 | 321 | 0.28 | 0.72 |
| Hex | CB | A3 | BD | 0 | 14 | 7 | 14 | 141 | 1C | 48 |
| Octal | 313 | 243 | 275 | 0 | 24 | 7 | 24 | 501 | 34 | 110 |
| Binary | 11001011 | 10100011 | 10111101 | 0 | 10100 | 111 | 10100 | 101000001 | 11100 | 1001000 |
Color Harmonies of #CBA3BD
Complementary color
Monochromatic Colors of #CBA3BD
Black with #CBA3BD
Text Example
Text Example
White with #CBA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3BD; }
p { color: rgb(203,163,189); }
H1.HeaderClassName
{
color: #CBA3BD;
}
.AnyTagClassName
{
color: #CBA3BD;
}
</style>
background-color css
<style>
a { background-color: #CBA3BD; }
a { background-color: rgb(203,163,189); }
div.DivClassName
{
background-color: #CBA3BD;
}
.BgClassName
{
background-color: #CBA3BD;
}
</style>
border-color css
<style>
span { border-color: #CBA3BD; }
span { border-color: rgb(203,163,189); }
td.TdClassName
{
border-color: #CBA3BD;
}
.TagClassName
{
border-color: #CBA3BD;
}
</style>