Shades of Apache #CBA163
Tints of Apache #CBA163
RGB
CMYK
RGB Variations
Color information
#CBA163 (or 0xCBA163) is known color: Apache. HEX triplet: CB, A1 and 63. RGB value is (203,161,99). Sum of RGB (Red+Green+Blue) = 203+161+99=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA163 is #345E9C. Grayscale: #A6A6A6. Windows color (decimal): -3432093 or 6529483. OLE color: 6529483.
HSL color Cylindrical-coordinate representation of color #CBA163: hue angle of 35.77º 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 #CBA163 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 99 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.20 |
| HSL | 35.77º | 0.5% | 0.59% | - |
| HSV(B) | 35.77º | 0.51% | 0.8% | - |
| XYZ | 39.63 | 39.09 | 17.26 | - |
| YUV | 166.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 99 | 0 | 0.21 | 0.51 | 0.20 | 35.77 | 0.5 | 0.59 |
| Hex | CB | A1 | 63 | 0 | 15 | 33 | 14 | 24 | 32 | 3B |
| Octal | 313 | 241 | 143 | 0 | 25 | 63 | 24 | 44 | 62 | 73 |
| Binary | 11001011 | 10100001 | 1100011 | 0 | 10101 | 110011 | 10100 | 100100 | 110010 | 111011 |
Color Harmonies of #CBA163
Complementary color
Monochromatic Colors of #CBA163
Black with #CBA163
Text Example
Text Example
White with #CBA163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA163; }
p { color: rgb(203,161,99); }
H1.HeaderClassName
{
color: #CBA163;
}
.AnyTagClassName
{
color: #CBA163;
}
</style>
background-color css
<style>
a { background-color: #CBA163; }
a { background-color: rgb(203,161,99); }
div.DivClassName
{
background-color: #CBA163;
}
.BgClassName
{
background-color: #CBA163;
}
</style>
border-color css
<style>
span { border-color: #CBA163; }
span { border-color: rgb(203,161,99); }
td.TdClassName
{
border-color: #CBA163;
}
.TagClassName
{
border-color: #CBA163;
}
</style>