Shades of Apache #CBA365
Tints of Apache #CBA365
RGB
CMYK
RGB Variations
Color information
#CBA365 (or 0xCBA365) is known color: Apache. HEX triplet: CB, A3 and 65. RGB value is (203,163,101). Sum of RGB (Red+Green+Blue) = 203+163+101=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA365 is #345C9A. Grayscale: #A8A8A8. Windows color (decimal): -3431579 or 6661067. OLE color: 6661067.
HSL color Cylindrical-coordinate representation of color #CBA365: hue angle of 36.47º 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 #CBA365 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 101 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.20 |
| HSL | 36.47º | 0.5% | 0.6% | - |
| HSV(B) | 36.47º | 0.5% | 0.8% | - |
| XYZ | 40.07 | 39.83 | 17.89 | - |
| YUV | 167.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 101 | 0 | 0.20 | 0.50 | 0.20 | 36.47 | 0.5 | 0.6 |
| Hex | CB | A3 | 65 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 313 | 243 | 145 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001011 | 10100011 | 1100101 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CBA365
Complementary color
Monochromatic Colors of #CBA365
Black with #CBA365
Text Example
Text Example
White with #CBA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA365; }
p { color: rgb(203,163,101); }
H1.HeaderClassName
{
color: #CBA365;
}
.AnyTagClassName
{
color: #CBA365;
}
</style>
background-color css
<style>
a { background-color: #CBA365; }
a { background-color: rgb(203,163,101); }
div.DivClassName
{
background-color: #CBA365;
}
.BgClassName
{
background-color: #CBA365;
}
</style>
border-color css
<style>
span { border-color: #CBA365; }
span { border-color: rgb(203,163,101); }
td.TdClassName
{
border-color: #CBA365;
}
.TagClassName
{
border-color: #CBA365;
}
</style>