Shades of Maverick #CBA9C0
Tints of Maverick #CBA9C0
RGB
CMYK
RGB Variations
Color information
#CBA9C0 (or 0xCBA9C0) is known color: Maverick. HEX triplet: CB, A9 and C0. RGB value is (203,169,192). Sum of RGB (Red+Green+Blue) = 203+169+192=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9C0 is #34563F. Grayscale: #B5B5B5. Windows color (decimal): -3429952 or 12626379. OLE color: 12626379.
HSL color Cylindrical-coordinate representation of color #CBA9C0: hue angle of 319.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA9C0 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 192 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.20 |
| HSL | 319.41º | 0.25% | 0.73% | - |
| HSV(B) | 319.41º | 0.17% | 0.8% | - |
| XYZ | 48.33 | 44.88 | 55.98 | - |
| YUV | 181.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 192 | 0 | 0.17 | 0.05 | 0.20 | 319.41 | 0.25 | 0.73 |
| Hex | CB | A9 | C0 | 0 | 11 | 5 | 14 | 13F | 19 | 49 |
| Octal | 313 | 251 | 300 | 0 | 21 | 5 | 24 | 477 | 31 | 111 |
| Binary | 11001011 | 10101001 | 11000000 | 0 | 10001 | 101 | 10100 | 100111111 | 11001 | 1001001 |
Color Harmonies of #CBA9C0
Complementary color
Monochromatic Colors of #CBA9C0
Black with #CBA9C0
Text Example
Text Example
White with #CBA9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9C0; }
p { color: rgb(203,169,192); }
H1.HeaderClassName
{
color: #CBA9C0;
}
.AnyTagClassName
{
color: #CBA9C0;
}
</style>
background-color css
<style>
a { background-color: #CBA9C0; }
a { background-color: rgb(203,169,192); }
div.DivClassName
{
background-color: #CBA9C0;
}
.BgClassName
{
background-color: #CBA9C0;
}
</style>
border-color css
<style>
span { border-color: #CBA9C0; }
span { border-color: rgb(203,169,192); }
td.TdClassName
{
border-color: #CBA9C0;
}
.TagClassName
{
border-color: #CBA9C0;
}
</style>