Shades of Apache #CBA364
Tints of Apache #CBA364
RGB
CMYK
RGB Variations
Color information
#CBA364 (or 0xCBA364) is known color: Apache. HEX triplet: CB, A3 and 64. RGB value is (203,163,100). Sum of RGB (Red+Green+Blue) = 203+163+100=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA364 is #345C9B. Grayscale: #A8A8A8. Windows color (decimal): -3431580 or 6595531. OLE color: 6595531.
HSL color Cylindrical-coordinate representation of color #CBA364: hue angle of 36.7º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBA364 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.20 |
| HSL | 36.7º | 0.5% | 0.59% | - |
| HSV(B) | 36.7º | 0.51% | 0.8% | - |
| XYZ | 40.03 | 39.81 | 17.63 | - |
| YUV | 167.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 100 | 0 | 0.20 | 0.51 | 0.20 | 36.7 | 0.5 | 0.59 |
| Hex | CB | A3 | 64 | 0 | 14 | 33 | 14 | 25 | 32 | 3B |
| Octal | 313 | 243 | 144 | 0 | 24 | 63 | 24 | 45 | 62 | 73 |
| Binary | 11001011 | 10100011 | 1100100 | 0 | 10100 | 110011 | 10100 | 100101 | 110010 | 111011 |
Color Harmonies of #CBA364
Complementary color
Monochromatic Colors of #CBA364
Black with #CBA364
Text Example
Text Example
White with #CBA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA364; }
p { color: rgb(203,163,100); }
H1.HeaderClassName
{
color: #CBA364;
}
.AnyTagClassName
{
color: #CBA364;
}
</style>
background-color css
<style>
a { background-color: #CBA364; }
a { background-color: rgb(203,163,100); }
div.DivClassName
{
background-color: #CBA364;
}
.BgClassName
{
background-color: #CBA364;
}
</style>
border-color css
<style>
span { border-color: #CBA364; }
span { border-color: rgb(203,163,100); }
td.TdClassName
{
border-color: #CBA364;
}
.TagClassName
{
border-color: #CBA364;
}
</style>