Shades of Apache #CBA156
Tints of Apache #CBA156
RGB
CMYK
RGB Variations
Color information
#CBA156 (or 0xCBA156) is known color: Apache. HEX triplet: CB, A1 and 56. RGB value is (203,161,86). Sum of RGB (Red+Green+Blue) = 203+161+86=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA156 is #345EA9. Grayscale: #A5A5A5. Windows color (decimal): -3432106 or 5677515. OLE color: 5677515.
HSL color Cylindrical-coordinate representation of color #CBA156: hue angle of 38.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA156 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 86 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.20 |
| HSL | 38.46º | 0.53% | 0.57% | - |
| HSV(B) | 38.46º | 0.58% | 0.8% | - |
| XYZ | 39.05 | 38.86 | 14.25 | - |
| YUV | 165.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 86 | 0 | 0.21 | 0.58 | 0.20 | 38.46 | 0.53 | 0.57 |
| Hex | CB | A1 | 56 | 0 | 15 | 3A | 14 | 26 | 35 | 39 |
| Octal | 313 | 241 | 126 | 0 | 25 | 72 | 24 | 46 | 65 | 71 |
| Binary | 11001011 | 10100001 | 1010110 | 0 | 10101 | 111010 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CBA156
Complementary color
Monochromatic Colors of #CBA156
Black with #CBA156
Text Example
Text Example
White with #CBA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA156; }
p { color: rgb(203,161,86); }
H1.HeaderClassName
{
color: #CBA156;
}
.AnyTagClassName
{
color: #CBA156;
}
</style>
background-color css
<style>
a { background-color: #CBA156; }
a { background-color: rgb(203,161,86); }
div.DivClassName
{
background-color: #CBA156;
}
.BgClassName
{
background-color: #CBA156;
}
</style>
border-color css
<style>
span { border-color: #CBA156; }
span { border-color: rgb(203,161,86); }
td.TdClassName
{
border-color: #CBA156;
}
.TagClassName
{
border-color: #CBA156;
}
</style>