Shades of Apache #CBA254
Tints of Apache #CBA254
RGB
CMYK
RGB Variations
Color information
#CBA254 (or 0xCBA254) is known color: Apache. HEX triplet: CB, A2 and 54. RGB value is (203,162,84). Sum of RGB (Red+Green+Blue) = 203+162+84=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA254 is #345DAB. Grayscale: #A5A5A5. Windows color (decimal): -3431852 or 5546699. OLE color: 5546699.
HSL color Cylindrical-coordinate representation of color #CBA254: hue angle of 39.33º 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 #CBA254 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.20 |
| HSL | 39.33º | 0.53% | 0.56% | - |
| HSV(B) | 39.33º | 0.59% | 0.8% | - |
| XYZ | 39.15 | 39.18 | 13.89 | - |
| YUV | 165.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 84 | 0 | 0.20 | 0.59 | 0.20 | 39.33 | 0.53 | 0.56 |
| Hex | CB | A2 | 54 | 0 | 14 | 3B | 14 | 27 | 35 | 38 |
| Octal | 313 | 242 | 124 | 0 | 24 | 73 | 24 | 47 | 65 | 70 |
| Binary | 11001011 | 10100010 | 1010100 | 0 | 10100 | 111011 | 10100 | 100111 | 110101 | 111000 |
Color Harmonies of #CBA254
Complementary color
Monochromatic Colors of #CBA254
Black with #CBA254
Text Example
Text Example
White with #CBA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA254; }
p { color: rgb(203,162,84); }
H1.HeaderClassName
{
color: #CBA254;
}
.AnyTagClassName
{
color: #CBA254;
}
</style>
background-color css
<style>
a { background-color: #CBA254; }
a { background-color: rgb(203,162,84); }
div.DivClassName
{
background-color: #CBA254;
}
.BgClassName
{
background-color: #CBA254;
}
</style>
border-color css
<style>
span { border-color: #CBA254; }
span { border-color: rgb(203,162,84); }
td.TdClassName
{
border-color: #CBA254;
}
.TagClassName
{
border-color: #CBA254;
}
</style>