Shades of Maverick #CBA4C0
Tints of Maverick #CBA4C0
RGB
CMYK
RGB Variations
Color information
#CBA4C0 (or 0xCBA4C0) is known color: Maverick. HEX triplet: CB, A4 and C0. RGB value is (203,164,192). Sum of RGB (Red+Green+Blue) = 203+164+192=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4C0 is #345B3F. Grayscale: #B2B2B2. Windows color (decimal): -3431232 or 12625099. OLE color: 12625099.
HSL color Cylindrical-coordinate representation of color #CBA4C0: hue angle of 316.92º 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 #CBA4C0 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 192 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.20 |
| HSL | 316.92º | 0.27% | 0.72% | - |
| HSV(B) | 316.92º | 0.19% | 0.8% | - |
| XYZ | 47.42 | 43.05 | 55.68 | - |
| YUV | 178.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 192 | 0 | 0.19 | 0.05 | 0.20 | 316.92 | 0.27 | 0.72 |
| Hex | CB | A4 | C0 | 0 | 13 | 5 | 14 | 13D | 1B | 48 |
| Octal | 313 | 244 | 300 | 0 | 23 | 5 | 24 | 475 | 33 | 110 |
| Binary | 11001011 | 10100100 | 11000000 | 0 | 10011 | 101 | 10100 | 100111101 | 11011 | 1001000 |
Color Harmonies of #CBA4C0
Complementary color
Monochromatic Colors of #CBA4C0
Black with #CBA4C0
Text Example
Text Example
White with #CBA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4C0; }
p { color: rgb(203,164,192); }
H1.HeaderClassName
{
color: #CBA4C0;
}
.AnyTagClassName
{
color: #CBA4C0;
}
</style>
background-color css
<style>
a { background-color: #CBA4C0; }
a { background-color: rgb(203,164,192); }
div.DivClassName
{
background-color: #CBA4C0;
}
.BgClassName
{
background-color: #CBA4C0;
}
</style>
border-color css
<style>
span { border-color: #CBA4C0; }
span { border-color: rgb(203,164,192); }
td.TdClassName
{
border-color: #CBA4C0;
}
.TagClassName
{
border-color: #CBA4C0;
}
</style>