Shades of Apache #CBA265
Tints of Apache #CBA265
RGB
CMYK
RGB Variations
Color information
#CBA265 (or 0xCBA265) is known color: Apache. HEX triplet: CB, A2 and 65. RGB value is (203,162,101). Sum of RGB (Red+Green+Blue) = 203+162+101=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA265 is #345D9A. Grayscale: #A7A7A7. Windows color (decimal): -3431835 or 6660811. OLE color: 6660811.
HSL color Cylindrical-coordinate representation of color #CBA265: hue angle of 35.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBA265 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 101 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.20 |
| HSL | 35.88º | 0.5% | 0.6% | - |
| HSV(B) | 35.88º | 0.5% | 0.8% | - |
| XYZ | 39.9 | 39.48 | 17.83 | - |
| YUV | 167.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 101 | 0 | 0.20 | 0.50 | 0.20 | 35.88 | 0.5 | 0.6 |
| Hex | CB | A2 | 65 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 313 | 242 | 145 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001011 | 10100010 | 1100101 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CBA265
Complementary color
Monochromatic Colors of #CBA265
Black with #CBA265
Text Example
Text Example
White with #CBA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA265; }
p { color: rgb(203,162,101); }
H1.HeaderClassName
{
color: #CBA265;
}
.AnyTagClassName
{
color: #CBA265;
}
</style>
background-color css
<style>
a { background-color: #CBA265; }
a { background-color: rgb(203,162,101); }
div.DivClassName
{
background-color: #CBA265;
}
.BgClassName
{
background-color: #CBA265;
}
</style>
border-color css
<style>
span { border-color: #CBA265; }
span { border-color: rgb(203,162,101); }
td.TdClassName
{
border-color: #CBA265;
}
.TagClassName
{
border-color: #CBA265;
}
</style>