Shades of Apache #CBA358
Tints of Apache #CBA358
RGB
CMYK
RGB Variations
Color information
#CBA358 (or 0xCBA358) is known color: Apache. HEX triplet: CB, A3 and 58. RGB value is (203,163,88). Sum of RGB (Red+Green+Blue) = 203+163+88=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA358 is #345CA7. Grayscale: #A6A6A6. Windows color (decimal): -3431592 or 5809099. OLE color: 5809099.
HSL color Cylindrical-coordinate representation of color #CBA358: hue angle of 39.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBA358 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 88 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.20 |
| HSL | 39.13º | 0.53% | 0.57% | - |
| HSV(B) | 39.13º | 0.57% | 0.8% | - |
| XYZ | 39.49 | 39.6 | 14.79 | - |
| YUV | 166.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 88 | 0 | 0.20 | 0.57 | 0.20 | 39.13 | 0.53 | 0.57 |
| Hex | CB | A3 | 58 | 0 | 14 | 39 | 14 | 27 | 35 | 39 |
| Octal | 313 | 243 | 130 | 0 | 24 | 71 | 24 | 47 | 65 | 71 |
| Binary | 11001011 | 10100011 | 1011000 | 0 | 10100 | 111001 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CBA358
Complementary color
Monochromatic Colors of #CBA358
Black with #CBA358
Text Example
Text Example
White with #CBA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA358; }
p { color: rgb(203,163,88); }
H1.HeaderClassName
{
color: #CBA358;
}
.AnyTagClassName
{
color: #CBA358;
}
</style>
background-color css
<style>
a { background-color: #CBA358; }
a { background-color: rgb(203,163,88); }
div.DivClassName
{
background-color: #CBA358;
}
.BgClassName
{
background-color: #CBA358;
}
</style>
border-color css
<style>
span { border-color: #CBA358; }
span { border-color: rgb(203,163,88); }
td.TdClassName
{
border-color: #CBA358;
}
.TagClassName
{
border-color: #CBA358;
}
</style>