Shades of Apache #CBA25C
Tints of Apache #CBA25C
RGB
CMYK
RGB Variations
Color information
#CBA25C (or 0xCBA25C) is known color: Apache. HEX triplet: CB, A2 and 5C. RGB value is (203,162,92). Sum of RGB (Red+Green+Blue) = 203+162+92=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25C is #345DA3. Grayscale: #A6A6A6. Windows color (decimal): -3431844 or 6070987. OLE color: 6070987.
HSL color Cylindrical-coordinate representation of color #CBA25C: hue angle of 37.84º 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 #CBA25C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 92 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.20 |
| HSL | 37.84º | 0.52% | 0.58% | - |
| HSV(B) | 37.84º | 0.55% | 0.8% | - |
| XYZ | 39.48 | 39.31 | 15.63 | - |
| YUV | 166.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 92 | 0 | 0.20 | 0.55 | 0.20 | 37.84 | 0.52 | 0.58 |
| Hex | CB | A2 | 5C | 0 | 14 | 37 | 14 | 26 | 34 | 3A |
| Octal | 313 | 242 | 134 | 0 | 24 | 67 | 24 | 46 | 64 | 72 |
| Binary | 11001011 | 10100010 | 1011100 | 0 | 10100 | 110111 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CBA25C
Complementary color
Monochromatic Colors of #CBA25C
Black with #CBA25C
Text Example
Text Example
White with #CBA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA25C; }
p { color: rgb(203,162,92); }
H1.HeaderClassName
{
color: #CBA25C;
}
.AnyTagClassName
{
color: #CBA25C;
}
</style>
background-color css
<style>
a { background-color: #CBA25C; }
a { background-color: rgb(203,162,92); }
div.DivClassName
{
background-color: #CBA25C;
}
.BgClassName
{
background-color: #CBA25C;
}
</style>
border-color css
<style>
span { border-color: #CBA25C; }
span { border-color: rgb(203,162,92); }
td.TdClassName
{
border-color: #CBA25C;
}
.TagClassName
{
border-color: #CBA25C;
}
</style>