Shades of Maverick #CBA5BE
Tints of Maverick #CBA5BE
RGB
CMYK
RGB Variations
Color information
#CBA5BE (or 0xCBA5BE) is known color: Maverick. HEX triplet: CB, A5 and BE. RGB value is (203,165,190). Sum of RGB (Red+Green+Blue) = 203+165+190=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5BE is #345A41. Grayscale: #B3B3B3. Windows color (decimal): -3430978 or 12494283. OLE color: 12494283.
HSL color Cylindrical-coordinate representation of color #CBA5BE: hue angle of 320.53º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA5BE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 190 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.20 |
| HSL | 320.53º | 0.27% | 0.72% | - |
| HSV(B) | 320.53º | 0.19% | 0.8% | - |
| XYZ | 47.38 | 43.32 | 54.58 | - |
| YUV | 179.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 190 | 0 | 0.19 | 0.06 | 0.20 | 320.53 | 0.27 | 0.72 |
| Hex | CB | A5 | BE | 0 | 13 | 6 | 14 | 141 | 1B | 48 |
| Octal | 313 | 245 | 276 | 0 | 23 | 6 | 24 | 501 | 33 | 110 |
| Binary | 11001011 | 10100101 | 10111110 | 0 | 10011 | 110 | 10100 | 101000001 | 11011 | 1001000 |
Color Harmonies of #CBA5BE
Complementary color
Monochromatic Colors of #CBA5BE
Black with #CBA5BE
Text Example
Text Example
White with #CBA5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5BE; }
p { color: rgb(203,165,190); }
H1.HeaderClassName
{
color: #CBA5BE;
}
.AnyTagClassName
{
color: #CBA5BE;
}
</style>
background-color css
<style>
a { background-color: #CBA5BE; }
a { background-color: rgb(203,165,190); }
div.DivClassName
{
background-color: #CBA5BE;
}
.BgClassName
{
background-color: #CBA5BE;
}
</style>
border-color css
<style>
span { border-color: #CBA5BE; }
span { border-color: rgb(203,165,190); }
td.TdClassName
{
border-color: #CBA5BE;
}
.TagClassName
{
border-color: #CBA5BE;
}
</style>