Shades of Apache #CBA25B
Tints of Apache #CBA25B
RGB
CMYK
RGB Variations
Color information
#CBA25B (or 0xCBA25B) is known color: Apache. HEX triplet: CB, A2 and 5B. RGB value is (203,162,91). Sum of RGB (Red+Green+Blue) = 203+162+91=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25B is #345DA4. Grayscale: #A6A6A6. Windows color (decimal): -3431845 or 6005451. OLE color: 6005451.
HSL color Cylindrical-coordinate representation of color #CBA25B: hue angle of 38.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBA25B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 91 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.20 |
| HSL | 38.04º | 0.52% | 0.58% | - |
| HSV(B) | 38.04º | 0.55% | 0.8% | - |
| XYZ | 39.44 | 39.29 | 15.4 | - |
| YUV | 166.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 91 | 0 | 0.20 | 0.55 | 0.20 | 38.04 | 0.52 | 0.58 |
| Hex | CB | A2 | 5B | 0 | 14 | 37 | 14 | 26 | 34 | 3A |
| Octal | 313 | 242 | 133 | 0 | 24 | 67 | 24 | 46 | 64 | 72 |
| Binary | 11001011 | 10100010 | 1011011 | 0 | 10100 | 110111 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CBA25B
Complementary color
Monochromatic Colors of #CBA25B
Black with #CBA25B
Text Example
Text Example
White with #CBA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA25B; }
p { color: rgb(203,162,91); }
H1.HeaderClassName
{
color: #CBA25B;
}
.AnyTagClassName
{
color: #CBA25B;
}
</style>
background-color css
<style>
a { background-color: #CBA25B; }
a { background-color: rgb(203,162,91); }
div.DivClassName
{
background-color: #CBA25B;
}
.BgClassName
{
background-color: #CBA25B;
}
</style>
border-color css
<style>
span { border-color: #CBA25B; }
span { border-color: rgb(203,162,91); }
td.TdClassName
{
border-color: #CBA25B;
}
.TagClassName
{
border-color: #CBA25B;
}
</style>