Shades of Apache #CD9C57
Tints of Apache #CD9C57
RGB
CMYK
RGB Variations
Color information
#CD9C57 (or 0xCD9C57) is known color: Apache. HEX triplet: CD, 9C and 57. RGB value is (205,156,87). Sum of RGB (Red+Green+Blue) = 205+156+87=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C57 is #3263A8. Grayscale: #A3A3A3. Windows color (decimal): -3302313 or 5741773. OLE color: 5741773.
HSL color Cylindrical-coordinate representation of color #CD9C57: hue angle of 35.08º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD9C57 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 87 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.20 |
| HSL | 35.08º | 0.54% | 0.57% | - |
| HSV(B) | 35.08º | 0.58% | 0.8% | - |
| XYZ | 38.79 | 37.44 | 14.2 | - |
| YUV | 162.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 87 | 0 | 0.24 | 0.58 | 0.20 | 35.08 | 0.54 | 0.57 |
| Hex | CD | 9C | 57 | 0 | 18 | 3A | 14 | 23 | 36 | 39 |
| Octal | 315 | 234 | 127 | 0 | 30 | 72 | 24 | 43 | 66 | 71 |
| Binary | 11001101 | 10011100 | 1010111 | 0 | 11000 | 111010 | 10100 | 100011 | 110110 | 111001 |
Color Harmonies of #CD9C57
Complementary color
Monochromatic Colors of #CD9C57
Black with #CD9C57
Text Example
Text Example
White with #CD9C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C57; }
p { color: rgb(205,156,87); }
H1.HeaderClassName
{
color: #CD9C57;
}
.AnyTagClassName
{
color: #CD9C57;
}
</style>
background-color css
<style>
a { background-color: #CD9C57; }
a { background-color: rgb(205,156,87); }
div.DivClassName
{
background-color: #CD9C57;
}
.BgClassName
{
background-color: #CD9C57;
}
</style>
border-color css
<style>
span { border-color: #CD9C57; }
span { border-color: rgb(205,156,87); }
td.TdClassName
{
border-color: #CD9C57;
}
.TagClassName
{
border-color: #CD9C57;
}
</style>