Shades of Maverick #CBA9BE
Tints of Maverick #CBA9BE
RGB
CMYK
RGB Variations
Color information
#CBA9BE (or 0xCBA9BE) is known color: Maverick. HEX triplet: CB, A9 and BE. RGB value is (203,169,190). Sum of RGB (Red+Green+Blue) = 203+169+190=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9BE is #345641. Grayscale: #B5B5B5. Windows color (decimal): -3429954 or 12495307. OLE color: 12495307.
HSL color Cylindrical-coordinate representation of color #CBA9BE: hue angle of 322.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9BE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 190 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.20 |
| HSL | 322.94º | 0.25% | 0.73% | - |
| HSV(B) | 322.94º | 0.17% | 0.8% | - |
| XYZ | 48.11 | 44.79 | 54.82 | - |
| YUV | 181.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 190 | 0 | 0.17 | 0.06 | 0.20 | 322.94 | 0.25 | 0.73 |
| Hex | CB | A9 | BE | 0 | 11 | 6 | 14 | 143 | 19 | 49 |
| Octal | 313 | 251 | 276 | 0 | 21 | 6 | 24 | 503 | 31 | 111 |
| Binary | 11001011 | 10101001 | 10111110 | 0 | 10001 | 110 | 10100 | 101000011 | 11001 | 1001001 |
Color Harmonies of #CBA9BE
Complementary color
Monochromatic Colors of #CBA9BE
Black with #CBA9BE
Text Example
Text Example
White with #CBA9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9BE; }
p { color: rgb(203,169,190); }
H1.HeaderClassName
{
color: #CBA9BE;
}
.AnyTagClassName
{
color: #CBA9BE;
}
</style>
background-color css
<style>
a { background-color: #CBA9BE; }
a { background-color: rgb(203,169,190); }
div.DivClassName
{
background-color: #CBA9BE;
}
.BgClassName
{
background-color: #CBA9BE;
}
</style>
border-color css
<style>
span { border-color: #CBA9BE; }
span { border-color: rgb(203,169,190); }
td.TdClassName
{
border-color: #CBA9BE;
}
.TagClassName
{
border-color: #CBA9BE;
}
</style>