Shades of Maverick #CBA1BE
Tints of Maverick #CBA1BE
RGB
CMYK
RGB Variations
Color information
#CBA1BE (or 0xCBA1BE) is known color: Maverick. HEX triplet: CB, A1 and BE. RGB value is (203,161,190). Sum of RGB (Red+Green+Blue) = 203+161+190=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BE is #345E41. Grayscale: #B0B0B0. Windows color (decimal): -3432002 or 12493259. OLE color: 12493259.
HSL color Cylindrical-coordinate representation of color #CBA1BE: hue angle of 318.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1BE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 190 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.20 |
| HSL | 318.57º | 0.29% | 0.71% | - |
| HSV(B) | 318.57º | 0.21% | 0.8% | - |
| XYZ | 46.67 | 41.9 | 54.34 | - |
| YUV | 176.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 190 | 0 | 0.21 | 0.06 | 0.20 | 318.57 | 0.29 | 0.71 |
| Hex | CB | A1 | BE | 0 | 15 | 6 | 14 | 13F | 1D | 47 |
| Octal | 313 | 241 | 276 | 0 | 25 | 6 | 24 | 477 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10111110 | 0 | 10101 | 110 | 10100 | 100111111 | 11101 | 1000111 |
Color Harmonies of #CBA1BE
Complementary color
Monochromatic Colors of #CBA1BE
Black with #CBA1BE
Text Example
Text Example
White with #CBA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1BE; }
p { color: rgb(203,161,190); }
H1.HeaderClassName
{
color: #CBA1BE;
}
.AnyTagClassName
{
color: #CBA1BE;
}
</style>
background-color css
<style>
a { background-color: #CBA1BE; }
a { background-color: rgb(203,161,190); }
div.DivClassName
{
background-color: #CBA1BE;
}
.BgClassName
{
background-color: #CBA1BE;
}
</style>
border-color css
<style>
span { border-color: #CBA1BE; }
span { border-color: rgb(203,161,190); }
td.TdClassName
{
border-color: #CBA1BE;
}
.TagClassName
{
border-color: #CBA1BE;
}
</style>