Shades of Apache #CBA260
Tints of Apache #CBA260
RGB
CMYK
RGB Variations
Color information
#CBA260 (or 0xCBA260) is known color: Apache. HEX triplet: CB, A2 and 60. RGB value is (203,162,96). Sum of RGB (Red+Green+Blue) = 203+162+96=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA260 is #345D9F. Grayscale: #A7A7A7. Windows color (decimal): -3431840 or 6333131. OLE color: 6333131.
HSL color Cylindrical-coordinate representation of color #CBA260: hue angle of 37.01º 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 #CBA260 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 96 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.20 |
| HSL | 37.01º | 0.51% | 0.59% | - |
| HSV(B) | 37.01º | 0.53% | 0.8% | - |
| XYZ | 39.66 | 39.38 | 16.58 | - |
| YUV | 166.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 96 | 0 | 0.20 | 0.53 | 0.20 | 37.01 | 0.51 | 0.59 |
| Hex | CB | A2 | 60 | 0 | 14 | 35 | 14 | 25 | 33 | 3B |
| Octal | 313 | 242 | 140 | 0 | 24 | 65 | 24 | 45 | 63 | 73 |
| Binary | 11001011 | 10100010 | 1100000 | 0 | 10100 | 110101 | 10100 | 100101 | 110011 | 111011 |
Color Harmonies of #CBA260
Complementary color
Monochromatic Colors of #CBA260
Black with #CBA260
Text Example
Text Example
White with #CBA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA260; }
p { color: rgb(203,162,96); }
H1.HeaderClassName
{
color: #CBA260;
}
.AnyTagClassName
{
color: #CBA260;
}
</style>
background-color css
<style>
a { background-color: #CBA260; }
a { background-color: rgb(203,162,96); }
div.DivClassName
{
background-color: #CBA260;
}
.BgClassName
{
background-color: #CBA260;
}
</style>
border-color css
<style>
span { border-color: #CBA260; }
span { border-color: rgb(203,162,96); }
td.TdClassName
{
border-color: #CBA260;
}
.TagClassName
{
border-color: #CBA260;
}
</style>