Shades of Apache #CB9E5B
Tints of Apache #CB9E5B
RGB
CMYK
RGB Variations
Color information
#CB9E5B (or 0xCB9E5B) is known color: Apache. HEX triplet: CB, 9E and 5B. RGB value is (203,158,91). Sum of RGB (Red+Green+Blue) = 203+158+91=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E5B is #3461A4. Grayscale: #A4A4A4. Windows color (decimal): -3432869 or 6004427. OLE color: 6004427.
HSL color Cylindrical-coordinate representation of color #CB9E5B: hue angle of 35.89º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB9E5B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 91 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.20 |
| HSL | 35.89º | 0.52% | 0.58% | - |
| HSV(B) | 35.89º | 0.55% | 0.8% | - |
| XYZ | 38.74 | 37.91 | 15.17 | - |
| YUV | 163.82 | 86.91 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 91 | 0 | 0.22 | 0.55 | 0.20 | 35.89 | 0.52 | 0.58 |
| Hex | CB | 9E | 5B | 0 | 16 | 37 | 14 | 24 | 34 | 3A |
| Octal | 313 | 236 | 133 | 0 | 26 | 67 | 24 | 44 | 64 | 72 |
| Binary | 11001011 | 10011110 | 1011011 | 0 | 10110 | 110111 | 10100 | 100100 | 110100 | 111010 |
Color Harmonies of #CB9E5B
Complementary color
Monochromatic Colors of #CB9E5B
Black with #CB9E5B
Text Example
Text Example
White with #CB9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E5B; }
p { color: rgb(203,158,91); }
H1.HeaderClassName
{
color: #CB9E5B;
}
.AnyTagClassName
{
color: #CB9E5B;
}
</style>
background-color css
<style>
a { background-color: #CB9E5B; }
a { background-color: rgb(203,158,91); }
div.DivClassName
{
background-color: #CB9E5B;
}
.BgClassName
{
background-color: #CB9E5B;
}
</style>
border-color css
<style>
span { border-color: #CB9E5B; }
span { border-color: rgb(203,158,91); }
td.TdClassName
{
border-color: #CB9E5B;
}
.TagClassName
{
border-color: #CB9E5B;
}
</style>