Shades of Apache #CF9D55
Tints of Apache #CF9D55
RGB
CMYK
RGB Variations
Color information
#CF9D55 (or 0xCF9D55) is known color: Apache. HEX triplet: CF, 9D and 55. RGB value is (207,157,85). Sum of RGB (Red+Green+Blue) = 207+157+85=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D55 is #3062AA. Grayscale: #A4A4A4. Windows color (decimal): -3170987 or 5610959. OLE color: 5610959.
HSL color Cylindrical-coordinate representation of color #CF9D55: hue angle of 35.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF9D55 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 85 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.19 |
| HSL | 35.41º | 0.56% | 0.57% | - |
| HSV(B) | 35.41º | 0.59% | 0.81% | - |
| XYZ | 39.43 | 38.04 | 13.86 | - |
| YUV | 163.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 85 | 0 | 0.24 | 0.59 | 0.19 | 35.41 | 0.56 | 0.57 |
| Hex | CF | 9D | 55 | 0 | 18 | 3B | 13 | 23 | 38 | 39 |
| Octal | 317 | 235 | 125 | 0 | 30 | 73 | 23 | 43 | 70 | 71 |
| Binary | 11001111 | 10011101 | 1010101 | 0 | 11000 | 111011 | 10011 | 100011 | 111000 | 111001 |
Color Harmonies of #CF9D55
Complementary color
Monochromatic Colors of #CF9D55
Black with #CF9D55
Text Example
Text Example
White with #CF9D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D55; }
p { color: rgb(207,157,85); }
H1.HeaderClassName
{
color: #CF9D55;
}
.AnyTagClassName
{
color: #CF9D55;
}
</style>
background-color css
<style>
a { background-color: #CF9D55; }
a { background-color: rgb(207,157,85); }
div.DivClassName
{
background-color: #CF9D55;
}
.BgClassName
{
background-color: #CF9D55;
}
</style>
border-color css
<style>
span { border-color: #CF9D55; }
span { border-color: rgb(207,157,85); }
td.TdClassName
{
border-color: #CF9D55;
}
.TagClassName
{
border-color: #CF9D55;
}
</style>