Shades of Apache #CB9D5D
Tints of Apache #CB9D5D
RGB
CMYK
RGB Variations
Color information
#CB9D5D (or 0xCB9D5D) is known color: Apache. HEX triplet: CB, 9D and 5D. RGB value is (203,157,93). Sum of RGB (Red+Green+Blue) = 203+157+93=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9D5D is #3462A2. Grayscale: #A3A3A3. Windows color (decimal): -3433123 or 6135243. OLE color: 6135243.
HSL color Cylindrical-coordinate representation of color #CB9D5D: hue angle of 34.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB9D5D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 157 | 93 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.20 |
| HSL | 34.91º | 0.51% | 0.58% | - |
| HSV(B) | 34.91º | 0.54% | 0.8% | - |
| XYZ | 38.66 | 37.6 | 15.58 | - |
| YUV | 163.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 157 | 93 | 0 | 0.23 | 0.54 | 0.20 | 34.91 | 0.51 | 0.58 |
| Hex | CB | 9D | 5D | 0 | 17 | 36 | 14 | 23 | 33 | 3A |
| Octal | 313 | 235 | 135 | 0 | 27 | 66 | 24 | 43 | 63 | 72 |
| Binary | 11001011 | 10011101 | 1011101 | 0 | 10111 | 110110 | 10100 | 100011 | 110011 | 111010 |
Color Harmonies of #CB9D5D
Complementary color
Monochromatic Colors of #CB9D5D
Black with #CB9D5D
Text Example
Text Example
White with #CB9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9D5D; }
p { color: rgb(203,157,93); }
H1.HeaderClassName
{
color: #CB9D5D;
}
.AnyTagClassName
{
color: #CB9D5D;
}
</style>
background-color css
<style>
a { background-color: #CB9D5D; }
a { background-color: rgb(203,157,93); }
div.DivClassName
{
background-color: #CB9D5D;
}
.BgClassName
{
background-color: #CB9D5D;
}
</style>
border-color css
<style>
span { border-color: #CB9D5D; }
span { border-color: rgb(203,157,93); }
td.TdClassName
{
border-color: #CB9D5D;
}
.TagClassName
{
border-color: #CB9D5D;
}
</style>