Shades of Apache #CBA153
Tints of Apache #CBA153
RGB
CMYK
RGB Variations
Color information
#CBA153 (or 0xCBA153) is known color: Apache. HEX triplet: CB, A1 and 53. RGB value is (203,161,83). Sum of RGB (Red+Green+Blue) = 203+161+83=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA153 is #345EAC. Grayscale: #A5A5A5. Windows color (decimal): -3432109 or 5480907. OLE color: 5480907.
HSL color Cylindrical-coordinate representation of color #CBA153: hue angle of 39º 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 #CBA153 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 83 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.20 |
| HSL | 39º | 0.54% | 0.56% | - |
| HSV(B) | 39º | 0.59% | 0.8% | - |
| XYZ | 38.93 | 38.81 | 13.62 | - |
| YUV | 164.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 83 | 0 | 0.21 | 0.59 | 0.20 | 39 | 0.54 | 0.56 |
| Hex | CB | A1 | 53 | 0 | 15 | 3B | 14 | 27 | 36 | 38 |
| Octal | 313 | 241 | 123 | 0 | 25 | 73 | 24 | 47 | 66 | 70 |
| Binary | 11001011 | 10100001 | 1010011 | 0 | 10101 | 111011 | 10100 | 100111 | 110110 | 111000 |
Color Harmonies of #CBA153
Complementary color
Monochromatic Colors of #CBA153
Black with #CBA153
Text Example
Text Example
White with #CBA153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA153; }
p { color: rgb(203,161,83); }
H1.HeaderClassName
{
color: #CBA153;
}
.AnyTagClassName
{
color: #CBA153;
}
</style>
background-color css
<style>
a { background-color: #CBA153; }
a { background-color: rgb(203,161,83); }
div.DivClassName
{
background-color: #CBA153;
}
.BgClassName
{
background-color: #CBA153;
}
</style>
border-color css
<style>
span { border-color: #CBA153; }
span { border-color: rgb(203,161,83); }
td.TdClassName
{
border-color: #CBA153;
}
.TagClassName
{
border-color: #CBA153;
}
</style>