Shades of Apache #CB9D55
Tints of Apache #CB9D55
RGB
CMYK
RGB Variations
Color information
#CB9D55 (or 0xCB9D55) is known color: Apache. HEX triplet: CB, 9D and 55. RGB value is (203,157,85). Sum of RGB (Red+Green+Blue) = 203+157+85=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D55 is #3462AA. Grayscale: #A2A2A2. Windows color (decimal): -3433131 or 5610955. OLE color: 5610955.
HSL color Cylindrical-coordinate representation of color #CB9D55: hue angle of 36.61º 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 #CB9D55 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 85 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.20 |
| HSL | 36.61º | 0.53% | 0.56% | - |
| HSV(B) | 36.61º | 0.58% | 0.8% | - |
| XYZ | 38.33 | 37.47 | 13.81 | - |
| YUV | 162.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 85 | 0 | 0.23 | 0.58 | 0.20 | 36.61 | 0.53 | 0.56 |
| Hex | CB | 9D | 55 | 0 | 17 | 3A | 14 | 25 | 35 | 38 |
| Octal | 313 | 235 | 125 | 0 | 27 | 72 | 24 | 45 | 65 | 70 |
| Binary | 11001011 | 10011101 | 1010101 | 0 | 10111 | 111010 | 10100 | 100101 | 110101 | 111000 |
Color Harmonies of #CB9D55
Complementary color
Monochromatic Colors of #CB9D55
Black with #CB9D55
Text Example
Text Example
White with #CB9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D55; }
p { color: rgb(203,157,85); }
H1.HeaderClassName
{
color: #CB9D55;
}
.AnyTagClassName
{
color: #CB9D55;
}
</style>
background-color css
<style>
a { background-color: #CB9D55; }
a { background-color: rgb(203,157,85); }
div.DivClassName
{
background-color: #CB9D55;
}
.BgClassName
{
background-color: #CB9D55;
}
</style>
border-color css
<style>
span { border-color: #CB9D55; }
span { border-color: rgb(203,157,85); }
td.TdClassName
{
border-color: #CB9D55;
}
.TagClassName
{
border-color: #CB9D55;
}
</style>