Shades of Apache #CD9D5C
Tints of Apache #CD9D5C
RGB
CMYK
RGB Variations
Color information
#CD9D5C (or 0xCD9D5C) is known color: Apache. HEX triplet: CD, 9D and 5C. RGB value is (205,157,92). Sum of RGB (Red+Green+Blue) = 205+157+92=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9D5C is #3262A3. Grayscale: #A4A4A4. Windows color (decimal): -3302052 or 6069709. OLE color: 6069709.
HSL color Cylindrical-coordinate representation of color #CD9D5C: hue angle of 34.51º degrees, saturation: 0.53, 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 #CD9D5C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 157 | 92 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.20 |
| HSL | 34.51º | 0.53% | 0.58% | - |
| HSV(B) | 34.51º | 0.55% | 0.8% | - |
| XYZ | 39.17 | 37.87 | 15.37 | - |
| YUV | 163.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 157 | 92 | 0 | 0.23 | 0.55 | 0.20 | 34.51 | 0.53 | 0.58 |
| Hex | CD | 9D | 5C | 0 | 17 | 37 | 14 | 23 | 35 | 3A |
| Octal | 315 | 235 | 134 | 0 | 27 | 67 | 24 | 43 | 65 | 72 |
| Binary | 11001101 | 10011101 | 1011100 | 0 | 10111 | 110111 | 10100 | 100011 | 110101 | 111010 |
Color Harmonies of #CD9D5C
Complementary color
Monochromatic Colors of #CD9D5C
Black with #CD9D5C
Text Example
Text Example
White with #CD9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9D5C; }
p { color: rgb(205,157,92); }
H1.HeaderClassName
{
color: #CD9D5C;
}
.AnyTagClassName
{
color: #CD9D5C;
}
</style>
background-color css
<style>
a { background-color: #CD9D5C; }
a { background-color: rgb(205,157,92); }
div.DivClassName
{
background-color: #CD9D5C;
}
.BgClassName
{
background-color: #CD9D5C;
}
</style>
border-color css
<style>
span { border-color: #CD9D5C; }
span { border-color: rgb(205,157,92); }
td.TdClassName
{
border-color: #CD9D5C;
}
.TagClassName
{
border-color: #CD9D5C;
}
</style>