Shades of Apache #CBA354
Tints of Apache #CBA354
RGB
CMYK
RGB Variations
Color information
#CBA354 (or 0xCBA354) is known color: Apache. HEX triplet: CB, A3 and 54. RGB value is (203,163,84). Sum of RGB (Red+Green+Blue) = 203+163+84=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA354 is #345CAB. Grayscale: #A6A6A6. Windows color (decimal): -3431596 or 5546955. OLE color: 5546955.
HSL color Cylindrical-coordinate representation of color #CBA354: hue angle of 39.83º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBA354 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.20 |
| HSL | 39.83º | 0.53% | 0.56% | - |
| HSV(B) | 39.83º | 0.59% | 0.8% | - |
| XYZ | 39.33 | 39.53 | 13.95 | - |
| YUV | 165.95 | 81.75 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 84 | 0 | 0.20 | 0.59 | 0.20 | 39.83 | 0.53 | 0.56 |
| Hex | CB | A3 | 54 | 0 | 14 | 3B | 14 | 28 | 35 | 38 |
| Octal | 313 | 243 | 124 | 0 | 24 | 73 | 24 | 50 | 65 | 70 |
| Binary | 11001011 | 10100011 | 1010100 | 0 | 10100 | 111011 | 10100 | 101000 | 110101 | 111000 |
Color Harmonies of #CBA354
Complementary color
Monochromatic Colors of #CBA354
Black with #CBA354
Text Example
Text Example
White with #CBA354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA354; }
p { color: rgb(203,163,84); }
H1.HeaderClassName
{
color: #CBA354;
}
.AnyTagClassName
{
color: #CBA354;
}
</style>
background-color css
<style>
a { background-color: #CBA354; }
a { background-color: rgb(203,163,84); }
div.DivClassName
{
background-color: #CBA354;
}
.BgClassName
{
background-color: #CBA354;
}
</style>
border-color css
<style>
span { border-color: #CBA354; }
span { border-color: rgb(203,163,84); }
td.TdClassName
{
border-color: #CBA354;
}
.TagClassName
{
border-color: #CBA354;
}
</style>