Shades of Apache #CBA160
Tints of Apache #CBA160
RGB
CMYK
RGB Variations
Color information
#CBA160 (or 0xCBA160) is known color: Apache. HEX triplet: CB, A1 and 60. RGB value is (203,161,96). Sum of RGB (Red+Green+Blue) = 203+161+96=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA160 is #345E9F. Grayscale: #A6A6A6. Windows color (decimal): -3432096 or 6332875. OLE color: 6332875.
HSL color Cylindrical-coordinate representation of color #CBA160: hue angle of 36.45º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA160 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 96 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.20 |
| HSL | 36.45º | 0.51% | 0.59% | - |
| HSV(B) | 36.45º | 0.53% | 0.8% | - |
| XYZ | 39.48 | 39.03 | 16.52 | - |
| YUV | 166.15 | 88.41 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 96 | 0 | 0.21 | 0.53 | 0.20 | 36.45 | 0.51 | 0.59 |
| Hex | CB | A1 | 60 | 0 | 15 | 35 | 14 | 24 | 33 | 3B |
| Octal | 313 | 241 | 140 | 0 | 25 | 65 | 24 | 44 | 63 | 73 |
| Binary | 11001011 | 10100001 | 1100000 | 0 | 10101 | 110101 | 10100 | 100100 | 110011 | 111011 |
Color Harmonies of #CBA160
Complementary color
Monochromatic Colors of #CBA160
Black with #CBA160
Text Example
Text Example
White with #CBA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA160; }
p { color: rgb(203,161,96); }
H1.HeaderClassName
{
color: #CBA160;
}
.AnyTagClassName
{
color: #CBA160;
}
</style>
background-color css
<style>
a { background-color: #CBA160; }
a { background-color: rgb(203,161,96); }
div.DivClassName
{
background-color: #CBA160;
}
.BgClassName
{
background-color: #CBA160;
}
</style>
border-color css
<style>
span { border-color: #CBA160; }
span { border-color: rgb(203,161,96); }
td.TdClassName
{
border-color: #CBA160;
}
.TagClassName
{
border-color: #CBA160;
}
</style>