Shades of Apache #CBA264
Tints of Apache #CBA264
RGB
CMYK
RGB Variations
Color information
#CBA264 (or 0xCBA264) is known color: Apache. HEX triplet: CB, A2 and 64. RGB value is (203,162,100). Sum of RGB (Red+Green+Blue) = 203+162+100=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA264 is #345D9B. Grayscale: #A7A7A7. Windows color (decimal): -3431836 or 6595275. OLE color: 6595275.
HSL color Cylindrical-coordinate representation of color #CBA264: hue angle of 36.12º 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 #CBA264 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.20 |
| HSL | 36.12º | 0.5% | 0.59% | - |
| HSV(B) | 36.12º | 0.51% | 0.8% | - |
| XYZ | 39.85 | 39.46 | 17.57 | - |
| YUV | 167.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 100 | 0 | 0.20 | 0.51 | 0.20 | 36.12 | 0.5 | 0.59 |
| Hex | CB | A2 | 64 | 0 | 14 | 33 | 14 | 24 | 32 | 3B |
| Octal | 313 | 242 | 144 | 0 | 24 | 63 | 24 | 44 | 62 | 73 |
| Binary | 11001011 | 10100010 | 1100100 | 0 | 10100 | 110011 | 10100 | 100100 | 110010 | 111011 |
Color Harmonies of #CBA264
Complementary color
Monochromatic Colors of #CBA264
Black with #CBA264
Text Example
Text Example
White with #CBA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA264; }
p { color: rgb(203,162,100); }
H1.HeaderClassName
{
color: #CBA264;
}
.AnyTagClassName
{
color: #CBA264;
}
</style>
background-color css
<style>
a { background-color: #CBA264; }
a { background-color: rgb(203,162,100); }
div.DivClassName
{
background-color: #CBA264;
}
.BgClassName
{
background-color: #CBA264;
}
</style>
border-color css
<style>
span { border-color: #CBA264; }
span { border-color: rgb(203,162,100); }
td.TdClassName
{
border-color: #CBA264;
}
.TagClassName
{
border-color: #CBA264;
}
</style>