Shades of Apache #CBA15B
Tints of Apache #CBA15B
RGB
CMYK
RGB Variations
Color information
#CBA15B (or 0xCBA15B) is known color: Apache. HEX triplet: CB, A1 and 5B. RGB value is (203,161,91). Sum of RGB (Red+Green+Blue) = 203+161+91=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15B is #345EA4. Grayscale: #A5A5A5. Windows color (decimal): -3432101 or 6005195. OLE color: 6005195.
HSL color Cylindrical-coordinate representation of color #CBA15B: hue angle of 37.5º 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 #CBA15B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.20 |
| HSL | 37.5º | 0.52% | 0.58% | - |
| HSV(B) | 37.5º | 0.55% | 0.8% | - |
| XYZ | 39.26 | 38.94 | 15.34 | - |
| YUV | 165.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 91 | 0 | 0.21 | 0.55 | 0.20 | 37.5 | 0.52 | 0.58 |
| Hex | CB | A1 | 5B | 0 | 15 | 37 | 14 | 26 | 34 | 3A |
| Octal | 313 | 241 | 133 | 0 | 25 | 67 | 24 | 46 | 64 | 72 |
| Binary | 11001011 | 10100001 | 1011011 | 0 | 10101 | 110111 | 10100 | 100110 | 110100 | 111010 |
Color Harmonies of #CBA15B
Complementary color
Monochromatic Colors of #CBA15B
Black with #CBA15B
Text Example
Text Example
White with #CBA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA15B; }
p { color: rgb(203,161,91); }
H1.HeaderClassName
{
color: #CBA15B;
}
.AnyTagClassName
{
color: #CBA15B;
}
</style>
background-color css
<style>
a { background-color: #CBA15B; }
a { background-color: rgb(203,161,91); }
div.DivClassName
{
background-color: #CBA15B;
}
.BgClassName
{
background-color: #CBA15B;
}
</style>
border-color css
<style>
span { border-color: #CBA15B; }
span { border-color: rgb(203,161,91); }
td.TdClassName
{
border-color: #CBA15B;
}
.TagClassName
{
border-color: #CBA15B;
}
</style>