Shades of Apache #CBA157
Tints of Apache #CBA157
RGB
CMYK
RGB Variations
Color information
#CBA157 (or 0xCBA157) is known color: Apache. HEX triplet: CB, A1 and 57. RGB value is (203,161,87). Sum of RGB (Red+Green+Blue) = 203+161+87=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA157 is #345EA8. Grayscale: #A5A5A5. Windows color (decimal): -3432105 or 5743051. OLE color: 5743051.
HSL color Cylindrical-coordinate representation of color #CBA157: hue angle of 38.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBA157 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 87 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.20 |
| HSL | 38.28º | 0.53% | 0.57% | - |
| HSV(B) | 38.28º | 0.57% | 0.8% | - |
| XYZ | 39.09 | 38.87 | 14.46 | - |
| YUV | 165.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 87 | 0 | 0.21 | 0.57 | 0.20 | 38.28 | 0.53 | 0.57 |
| Hex | CB | A1 | 57 | 0 | 15 | 39 | 14 | 26 | 35 | 39 |
| Octal | 313 | 241 | 127 | 0 | 25 | 71 | 24 | 46 | 65 | 71 |
| Binary | 11001011 | 10100001 | 1010111 | 0 | 10101 | 111001 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CBA157
Complementary color
Monochromatic Colors of #CBA157
Black with #CBA157
Text Example
Text Example
White with #CBA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA157; }
p { color: rgb(203,161,87); }
H1.HeaderClassName
{
color: #CBA157;
}
.AnyTagClassName
{
color: #CBA157;
}
</style>
background-color css
<style>
a { background-color: #CBA157; }
a { background-color: rgb(203,161,87); }
div.DivClassName
{
background-color: #CBA157;
}
.BgClassName
{
background-color: #CBA157;
}
</style>
border-color css
<style>
span { border-color: #CBA157; }
span { border-color: rgb(203,161,87); }
td.TdClassName
{
border-color: #CBA157;
}
.TagClassName
{
border-color: #CBA157;
}
</style>