Shades of Apache #CBA263
Tints of Apache #CBA263
RGB
CMYK
RGB Variations
Color information
#CBA263 (or 0xCBA263) is known color: Apache. HEX triplet: CB, A2 and 63. RGB value is (203,162,99). Sum of RGB (Red+Green+Blue) = 203+162+99=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA263 is #345D9C. Grayscale: #A7A7A7. Windows color (decimal): -3431837 or 6529739. OLE color: 6529739.
HSL color Cylindrical-coordinate representation of color #CBA263: hue angle of 36.35º 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 #CBA263 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 99 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.20 |
| HSL | 36.35º | 0.5% | 0.59% | - |
| HSV(B) | 36.35º | 0.51% | 0.8% | - |
| XYZ | 39.8 | 39.44 | 17.32 | - |
| YUV | 167.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 99 | 0 | 0.20 | 0.51 | 0.20 | 36.35 | 0.5 | 0.59 |
| Hex | CB | A2 | 63 | 0 | 14 | 33 | 14 | 24 | 32 | 3B |
| Octal | 313 | 242 | 143 | 0 | 24 | 63 | 24 | 44 | 62 | 73 |
| Binary | 11001011 | 10100010 | 1100011 | 0 | 10100 | 110011 | 10100 | 100100 | 110010 | 111011 |
Color Harmonies of #CBA263
Complementary color
Monochromatic Colors of #CBA263
Black with #CBA263
Text Example
Text Example
White with #CBA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA263; }
p { color: rgb(203,162,99); }
H1.HeaderClassName
{
color: #CBA263;
}
.AnyTagClassName
{
color: #CBA263;
}
</style>
background-color css
<style>
a { background-color: #CBA263; }
a { background-color: rgb(203,162,99); }
div.DivClassName
{
background-color: #CBA263;
}
.BgClassName
{
background-color: #CBA263;
}
</style>
border-color css
<style>
span { border-color: #CBA263; }
span { border-color: rgb(203,162,99); }
td.TdClassName
{
border-color: #CBA263;
}
.TagClassName
{
border-color: #CBA263;
}
</style>