Shades of Apache #CBA061
Tints of Apache #CBA061
RGB
CMYK
RGB Variations
Color information
#CBA061 (or 0xCBA061) is known color: Apache. HEX triplet: CB, A0 and 61. RGB value is (203,160,97). Sum of RGB (Red+Green+Blue) = 203+160+97=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA061 is #345F9E. Grayscale: #A5A5A5. Windows color (decimal): -3432351 or 6398155. OLE color: 6398155.
HSL color Cylindrical-coordinate representation of color #CBA061: hue angle of 35.66º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA061 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 97 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.20 |
| HSL | 35.66º | 0.5% | 0.59% | - |
| HSV(B) | 35.66º | 0.52% | 0.8% | - |
| XYZ | 39.36 | 38.7 | 16.71 | - |
| YUV | 165.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 97 | 0 | 0.21 | 0.52 | 0.20 | 35.66 | 0.5 | 0.59 |
| Hex | CB | A0 | 61 | 0 | 15 | 34 | 14 | 24 | 32 | 3B |
| Octal | 313 | 240 | 141 | 0 | 25 | 64 | 24 | 44 | 62 | 73 |
| Binary | 11001011 | 10100000 | 1100001 | 0 | 10101 | 110100 | 10100 | 100100 | 110010 | 111011 |
Color Harmonies of #CBA061
Complementary color
Monochromatic Colors of #CBA061
Black with #CBA061
Text Example
Text Example
White with #CBA061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA061; }
p { color: rgb(203,160,97); }
H1.HeaderClassName
{
color: #CBA061;
}
.AnyTagClassName
{
color: #CBA061;
}
</style>
background-color css
<style>
a { background-color: #CBA061; }
a { background-color: rgb(203,160,97); }
div.DivClassName
{
background-color: #CBA061;
}
.BgClassName
{
background-color: #CBA061;
}
</style>
border-color css
<style>
span { border-color: #CBA061; }
span { border-color: rgb(203,160,97); }
td.TdClassName
{
border-color: #CBA061;
}
.TagClassName
{
border-color: #CBA061;
}
</style>