Shades of Apache #CBA553
Tints of Apache #CBA553
RGB
CMYK
RGB Variations
Color information
#CBA553 (or 0xCBA553) is known color: Apache. HEX triplet: CB, A5 and 53. RGB value is (203,165,83). Sum of RGB (Red+Green+Blue) = 203+165+83=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA553 is #345AAC. Grayscale: #A7A7A7. Windows color (decimal): -3431085 or 5481931. OLE color: 5481931.
HSL color Cylindrical-coordinate representation of color #CBA553: hue angle of 41º degrees, saturation: 0.54, 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 #CBA553 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 83 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.20 |
| HSL | 41º | 0.54% | 0.56% | - |
| HSV(B) | 41º | 0.59% | 0.8% | - |
| XYZ | 39.65 | 40.23 | 13.86 | - |
| YUV | 167.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 83 | 0 | 0.19 | 0.59 | 0.20 | 41 | 0.54 | 0.56 |
| Hex | CB | A5 | 53 | 0 | 13 | 3B | 14 | 29 | 36 | 38 |
| Octal | 313 | 245 | 123 | 0 | 23 | 73 | 24 | 51 | 66 | 70 |
| Binary | 11001011 | 10100101 | 1010011 | 0 | 10011 | 111011 | 10100 | 101001 | 110110 | 111000 |
Color Harmonies of #CBA553
Complementary color
Monochromatic Colors of #CBA553
Black with #CBA553
Text Example
Text Example
White with #CBA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA553; }
p { color: rgb(203,165,83); }
H1.HeaderClassName
{
color: #CBA553;
}
.AnyTagClassName
{
color: #CBA553;
}
</style>
background-color css
<style>
a { background-color: #CBA553; }
a { background-color: rgb(203,165,83); }
div.DivClassName
{
background-color: #CBA553;
}
.BgClassName
{
background-color: #CBA553;
}
</style>
border-color css
<style>
span { border-color: #CBA553; }
span { border-color: rgb(203,165,83); }
td.TdClassName
{
border-color: #CBA553;
}
.TagClassName
{
border-color: #CBA553;
}
</style>