Shades of Apache #CBA25D
Tints of Apache #CBA25D
RGB
CMYK
RGB Variations
Color information
#CBA25D (or 0xCBA25D) is known color: Apache. HEX triplet: CB, A2 and 5D. RGB value is (203,162,93). Sum of RGB (Red+Green+Blue) = 203+162+93=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25D is #345DA2. Grayscale: #A6A6A6. Windows color (decimal): -3431843 or 6136523. OLE color: 6136523.
HSL color Cylindrical-coordinate representation of color #CBA25D: hue angle of 37.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBA25D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 93 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.20 |
| HSL | 37.64º | 0.51% | 0.58% | - |
| HSV(B) | 37.64º | 0.54% | 0.8% | - |
| XYZ | 39.52 | 39.33 | 15.86 | - |
| YUV | 166.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 93 | 0 | 0.20 | 0.54 | 0.20 | 37.64 | 0.51 | 0.58 |
| Hex | CB | A2 | 5D | 0 | 14 | 36 | 14 | 26 | 33 | 3A |
| Octal | 313 | 242 | 135 | 0 | 24 | 66 | 24 | 46 | 63 | 72 |
| Binary | 11001011 | 10100010 | 1011101 | 0 | 10100 | 110110 | 10100 | 100110 | 110011 | 111010 |
Color Harmonies of #CBA25D
Complementary color
Monochromatic Colors of #CBA25D
Black with #CBA25D
Text Example
Text Example
White with #CBA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA25D; }
p { color: rgb(203,162,93); }
H1.HeaderClassName
{
color: #CBA25D;
}
.AnyTagClassName
{
color: #CBA25D;
}
</style>
background-color css
<style>
a { background-color: #CBA25D; }
a { background-color: rgb(203,162,93); }
div.DivClassName
{
background-color: #CBA25D;
}
.BgClassName
{
background-color: #CBA25D;
}
</style>
border-color css
<style>
span { border-color: #CBA25D; }
span { border-color: rgb(203,162,93); }
td.TdClassName
{
border-color: #CBA25D;
}
.TagClassName
{
border-color: #CBA25D;
}
</style>