Shades of Apache #CBA25F
Tints of Apache #CBA25F
RGB
CMYK
RGB Variations
Color information
#CBA25F (or 0xCBA25F) is known color: Apache. HEX triplet: CB, A2 and 5F. RGB value is (203,162,95). Sum of RGB (Red+Green+Blue) = 203+162+95=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25F is #345DA0. Grayscale: #A6A6A6. Windows color (decimal): -3431841 or 6267595. OLE color: 6267595.
HSL color Cylindrical-coordinate representation of color #CBA25F: hue angle of 37.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA25F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 95 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.20 |
| HSL | 37.22º | 0.51% | 0.58% | - |
| HSV(B) | 37.22º | 0.53% | 0.8% | - |
| XYZ | 39.61 | 39.36 | 16.34 | - |
| YUV | 166.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 95 | 0 | 0.20 | 0.53 | 0.20 | 37.22 | 0.51 | 0.58 |
| Hex | CB | A2 | 5F | 0 | 14 | 35 | 14 | 25 | 33 | 3A |
| Octal | 313 | 242 | 137 | 0 | 24 | 65 | 24 | 45 | 63 | 72 |
| Binary | 11001011 | 10100010 | 1011111 | 0 | 10100 | 110101 | 10100 | 100101 | 110011 | 111010 |
Color Harmonies of #CBA25F
Complementary color
Monochromatic Colors of #CBA25F
Black with #CBA25F
Text Example
Text Example
White with #CBA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA25F; }
p { color: rgb(203,162,95); }
H1.HeaderClassName
{
color: #CBA25F;
}
.AnyTagClassName
{
color: #CBA25F;
}
</style>
background-color css
<style>
a { background-color: #CBA25F; }
a { background-color: rgb(203,162,95); }
div.DivClassName
{
background-color: #CBA25F;
}
.BgClassName
{
background-color: #CBA25F;
}
</style>
border-color css
<style>
span { border-color: #CBA25F; }
span { border-color: rgb(203,162,95); }
td.TdClassName
{
border-color: #CBA25F;
}
.TagClassName
{
border-color: #CBA25F;
}
</style>