Shades of Maverick #CBA2C0
Tints of Maverick #CBA2C0
RGB
CMYK
RGB Variations
Color information
#CBA2C0 (or 0xCBA2C0) is known color: Maverick. HEX triplet: CB, A2 and C0. RGB value is (203,162,192). Sum of RGB (Red+Green+Blue) = 203+162+192=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2C0 is #345D3F. Grayscale: #B1B1B1. Windows color (decimal): -3431744 or 12624587. OLE color: 12624587.
HSL color Cylindrical-coordinate representation of color #CBA2C0: hue angle of 316.1º 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 #CBA2C0 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 192 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.20 |
| HSL | 316.1º | 0.28% | 0.72% | - |
| HSV(B) | 316.1º | 0.2% | 0.8% | - |
| XYZ | 47.06 | 42.34 | 55.56 | - |
| YUV | 177.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 192 | 0 | 0.20 | 0.05 | 0.20 | 316.1 | 0.28 | 0.72 |
| Hex | CB | A2 | C0 | 0 | 14 | 5 | 14 | 13C | 1C | 48 |
| Octal | 313 | 242 | 300 | 0 | 24 | 5 | 24 | 474 | 34 | 110 |
| Binary | 11001011 | 10100010 | 11000000 | 0 | 10100 | 101 | 10100 | 100111100 | 11100 | 1001000 |
Color Harmonies of #CBA2C0
Complementary color
Monochromatic Colors of #CBA2C0
Black with #CBA2C0
Text Example
Text Example
White with #CBA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2C0; }
p { color: rgb(203,162,192); }
H1.HeaderClassName
{
color: #CBA2C0;
}
.AnyTagClassName
{
color: #CBA2C0;
}
</style>
background-color css
<style>
a { background-color: #CBA2C0; }
a { background-color: rgb(203,162,192); }
div.DivClassName
{
background-color: #CBA2C0;
}
.BgClassName
{
background-color: #CBA2C0;
}
</style>
border-color css
<style>
span { border-color: #CBA2C0; }
span { border-color: rgb(203,162,192); }
td.TdClassName
{
border-color: #CBA2C0;
}
.TagClassName
{
border-color: #CBA2C0;
}
</style>