Shades of Apache #CBA15F
Tints of Apache #CBA15F
RGB
CMYK
RGB Variations
Color information
#CBA15F (or 0xCBA15F) is known color: Apache. HEX triplet: CB, A1 and 5F. RGB value is (203,161,95). Sum of RGB (Red+Green+Blue) = 203+161+95=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15F is #345EA0. Grayscale: #A6A6A6. Windows color (decimal): -3432097 or 6267339. OLE color: 6267339.
HSL color Cylindrical-coordinate representation of color #CBA15F: hue angle of 36.67º 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 #CBA15F is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 95 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.20 |
| HSL | 36.67º | 0.51% | 0.58% | - |
| HSV(B) | 36.67º | 0.53% | 0.8% | - |
| XYZ | 39.44 | 39.01 | 16.28 | - |
| YUV | 166.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 95 | 0 | 0.21 | 0.53 | 0.20 | 36.67 | 0.51 | 0.58 |
| Hex | CB | A1 | 5F | 0 | 15 | 35 | 14 | 25 | 33 | 3A |
| Octal | 313 | 241 | 137 | 0 | 25 | 65 | 24 | 45 | 63 | 72 |
| Binary | 11001011 | 10100001 | 1011111 | 0 | 10101 | 110101 | 10100 | 100101 | 110011 | 111010 |
Color Harmonies of #CBA15F
Complementary color
Monochromatic Colors of #CBA15F
Black with #CBA15F
Text Example
Text Example
White with #CBA15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA15F; }
p { color: rgb(203,161,95); }
H1.HeaderClassName
{
color: #CBA15F;
}
.AnyTagClassName
{
color: #CBA15F;
}
</style>
background-color css
<style>
a { background-color: #CBA15F; }
a { background-color: rgb(203,161,95); }
div.DivClassName
{
background-color: #CBA15F;
}
.BgClassName
{
background-color: #CBA15F;
}
</style>
border-color css
<style>
span { border-color: #CBA15F; }
span { border-color: rgb(203,161,95); }
td.TdClassName
{
border-color: #CBA15F;
}
.TagClassName
{
border-color: #CBA15F;
}
</style>