Shades of Apache #CB9F55
Tints of Apache #CB9F55
RGB
CMYK
RGB Variations
Color information
#CB9F55 (or 0xCB9F55) is known color: Apache. HEX triplet: CB, 9F and 55. RGB value is (203,159,85). Sum of RGB (Red+Green+Blue) = 203+159+85=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F55 is #3460AA. Grayscale: #A4A4A4. Windows color (decimal): -3432619 or 5611467. OLE color: 5611467.
HSL color Cylindrical-coordinate representation of color #CB9F55: hue angle of 37.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9F55 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 85 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.20 |
| HSL | 37.63º | 0.53% | 0.56% | - |
| HSV(B) | 37.63º | 0.58% | 0.8% | - |
| XYZ | 38.67 | 38.15 | 13.92 | - |
| YUV | 163.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 85 | 0 | 0.22 | 0.58 | 0.20 | 37.63 | 0.53 | 0.56 |
| Hex | CB | 9F | 55 | 0 | 16 | 3A | 14 | 26 | 35 | 38 |
| Octal | 313 | 237 | 125 | 0 | 26 | 72 | 24 | 46 | 65 | 70 |
| Binary | 11001011 | 10011111 | 1010101 | 0 | 10110 | 111010 | 10100 | 100110 | 110101 | 111000 |
Color Harmonies of #CB9F55
Complementary color
Monochromatic Colors of #CB9F55
Black with #CB9F55
Text Example
Text Example
White with #CB9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F55; }
p { color: rgb(203,159,85); }
H1.HeaderClassName
{
color: #CB9F55;
}
.AnyTagClassName
{
color: #CB9F55;
}
</style>
background-color css
<style>
a { background-color: #CB9F55; }
a { background-color: rgb(203,159,85); }
div.DivClassName
{
background-color: #CB9F55;
}
.BgClassName
{
background-color: #CB9F55;
}
</style>
border-color css
<style>
span { border-color: #CB9F55; }
span { border-color: rgb(203,159,85); }
td.TdClassName
{
border-color: #CB9F55;
}
.TagClassName
{
border-color: #CB9F55;
}
</style>