Shades of Apache #CBA155
Tints of Apache #CBA155
RGB
CMYK
RGB Variations
Color information
#CBA155 (or 0xCBA155) is known color: Apache. HEX triplet: CB, A1 and 55. RGB value is (203,161,85). Sum of RGB (Red+Green+Blue) = 203+161+85=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA155 is #345EAA. Grayscale: #A5A5A5. Windows color (decimal): -3432107 or 5611979. OLE color: 5611979.
HSL color Cylindrical-coordinate representation of color #CBA155: hue angle of 38.64º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA155 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 85 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.20 |
| HSL | 38.64º | 0.53% | 0.56% | - |
| HSV(B) | 38.64º | 0.58% | 0.8% | - |
| XYZ | 39.01 | 38.84 | 14.04 | - |
| YUV | 164.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 85 | 0 | 0.21 | 0.58 | 0.20 | 38.64 | 0.53 | 0.56 |
| Hex | CB | A1 | 55 | 0 | 15 | 3A | 14 | 27 | 35 | 38 |
| Octal | 313 | 241 | 125 | 0 | 25 | 72 | 24 | 47 | 65 | 70 |
| Binary | 11001011 | 10100001 | 1010101 | 0 | 10101 | 111010 | 10100 | 100111 | 110101 | 111000 |
Color Harmonies of #CBA155
Complementary color
Monochromatic Colors of #CBA155
Black with #CBA155
Text Example
Text Example
White with #CBA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA155; }
p { color: rgb(203,161,85); }
H1.HeaderClassName
{
color: #CBA155;
}
.AnyTagClassName
{
color: #CBA155;
}
</style>
background-color css
<style>
a { background-color: #CBA155; }
a { background-color: rgb(203,161,85); }
div.DivClassName
{
background-color: #CBA155;
}
.BgClassName
{
background-color: #CBA155;
}
</style>
border-color css
<style>
span { border-color: #CBA155; }
span { border-color: rgb(203,161,85); }
td.TdClassName
{
border-color: #CBA155;
}
.TagClassName
{
border-color: #CBA155;
}
</style>