Shades of Apache #CBA362
Tints of Apache #CBA362
RGB
CMYK
RGB Variations
Color information
#CBA362 (or 0xCBA362) is known color: Apache. HEX triplet: CB, A3 and 62. RGB value is (203,163,98). Sum of RGB (Red+Green+Blue) = 203+163+98=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA362 is #345C9D. Grayscale: #A7A7A7. Windows color (decimal): -3431582 or 6464459. OLE color: 6464459.
HSL color Cylindrical-coordinate representation of color #CBA362: hue angle of 37.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA362 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 98 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.20 |
| HSL | 37.14º | 0.5% | 0.59% | - |
| HSV(B) | 37.14º | 0.52% | 0.8% | - |
| XYZ | 39.93 | 39.77 | 17.13 | - |
| YUV | 167.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 98 | 0 | 0.20 | 0.52 | 0.20 | 37.14 | 0.5 | 0.59 |
| Hex | CB | A3 | 62 | 0 | 14 | 34 | 14 | 25 | 32 | 3B |
| Octal | 313 | 243 | 142 | 0 | 24 | 64 | 24 | 45 | 62 | 73 |
| Binary | 11001011 | 10100011 | 1100010 | 0 | 10100 | 110100 | 10100 | 100101 | 110010 | 111011 |
Color Harmonies of #CBA362
Complementary color
Monochromatic Colors of #CBA362
Black with #CBA362
Text Example
Text Example
White with #CBA362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA362; }
p { color: rgb(203,163,98); }
H1.HeaderClassName
{
color: #CBA362;
}
.AnyTagClassName
{
color: #CBA362;
}
</style>
background-color css
<style>
a { background-color: #CBA362; }
a { background-color: rgb(203,163,98); }
div.DivClassName
{
background-color: #CBA362;
}
.BgClassName
{
background-color: #CBA362;
}
</style>
border-color css
<style>
span { border-color: #CBA362; }
span { border-color: rgb(203,163,98); }
td.TdClassName
{
border-color: #CBA362;
}
.TagClassName
{
border-color: #CBA362;
}
</style>