Shades of Maverick #CBA7BE
Tints of Maverick #CBA7BE
RGB
CMYK
RGB Variations
Color information
#CBA7BE (or 0xCBA7BE) is known color: Maverick. HEX triplet: CB, A7 and BE. RGB value is (203,167,190). Sum of RGB (Red+Green+Blue) = 203+167+190=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7BE is #345841. Grayscale: #B4B4B4. Windows color (decimal): -3430466 or 12494795. OLE color: 12494795.
HSL color Cylindrical-coordinate representation of color #CBA7BE: hue angle of 321.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 #CBA7BE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 190 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.20 |
| HSL | 321.67º | 0.26% | 0.73% | - |
| HSV(B) | 321.67º | 0.18% | 0.8% | - |
| XYZ | 47.74 | 44.05 | 54.7 | - |
| YUV | 180.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 190 | 0 | 0.18 | 0.06 | 0.20 | 321.67 | 0.26 | 0.73 |
| Hex | CB | A7 | BE | 0 | 12 | 6 | 14 | 142 | 1A | 49 |
| Octal | 313 | 247 | 276 | 0 | 22 | 6 | 24 | 502 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10111110 | 0 | 10010 | 110 | 10100 | 101000010 | 11010 | 1001001 |
Color Harmonies of #CBA7BE
Complementary color
Monochromatic Colors of #CBA7BE
Black with #CBA7BE
Text Example
Text Example
White with #CBA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7BE; }
p { color: rgb(203,167,190); }
H1.HeaderClassName
{
color: #CBA7BE;
}
.AnyTagClassName
{
color: #CBA7BE;
}
</style>
background-color css
<style>
a { background-color: #CBA7BE; }
a { background-color: rgb(203,167,190); }
div.DivClassName
{
background-color: #CBA7BE;
}
.BgClassName
{
background-color: #CBA7BE;
}
</style>
border-color css
<style>
span { border-color: #CBA7BE; }
span { border-color: rgb(203,167,190); }
td.TdClassName
{
border-color: #CBA7BE;
}
.TagClassName
{
border-color: #CBA7BE;
}
</style>