Shades of Apache #CBA25A
Tints of Apache #CBA25A
RGB
CMYK
RGB Variations
Color information
#CBA25A (or 0xCBA25A) is known color: Apache. HEX triplet: CB, A2 and 5A. RGB value is (203,162,90). Sum of RGB (Red+Green+Blue) = 203+162+90=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25A is #345DA5. Grayscale: #A6A6A6. Windows color (decimal): -3431846 or 5939915. OLE color: 5939915.
HSL color Cylindrical-coordinate representation of color #CBA25A: hue angle of 38.23º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBA25A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 90 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.20 |
| HSL | 38.23º | 0.52% | 0.57% | - |
| HSV(B) | 38.23º | 0.56% | 0.8% | - |
| XYZ | 39.39 | 39.28 | 15.18 | - |
| YUV | 166.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 90 | 0 | 0.20 | 0.56 | 0.20 | 38.23 | 0.52 | 0.57 |
| Hex | CB | A2 | 5A | 0 | 14 | 38 | 14 | 26 | 34 | 39 |
| Octal | 313 | 242 | 132 | 0 | 24 | 70 | 24 | 46 | 64 | 71 |
| Binary | 11001011 | 10100010 | 1011010 | 0 | 10100 | 111000 | 10100 | 100110 | 110100 | 111001 |
Color Harmonies of #CBA25A
Complementary color
Monochromatic Colors of #CBA25A
Black with #CBA25A
Text Example
Text Example
White with #CBA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA25A; }
p { color: rgb(203,162,90); }
H1.HeaderClassName
{
color: #CBA25A;
}
.AnyTagClassName
{
color: #CBA25A;
}
</style>
background-color css
<style>
a { background-color: #CBA25A; }
a { background-color: rgb(203,162,90); }
div.DivClassName
{
background-color: #CBA25A;
}
.BgClassName
{
background-color: #CBA25A;
}
</style>
border-color css
<style>
span { border-color: #CBA25A; }
span { border-color: rgb(203,162,90); }
td.TdClassName
{
border-color: #CBA25A;
}
.TagClassName
{
border-color: #CBA25A;
}
</style>