Shades of Apache #CF9E55
Tints of Apache #CF9E55
RGB
CMYK
RGB Variations
Color information
#CF9E55 (or 0xCF9E55) is known color: Apache. HEX triplet: CF, 9E and 55. RGB value is (207,158,85). Sum of RGB (Red+Green+Blue) = 207+158+85=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E55 is #3061AA. Grayscale: #A4A4A4. Windows color (decimal): -3170731 or 5611215. OLE color: 5611215.
HSL color Cylindrical-coordinate representation of color #CF9E55: hue angle of 35.9º 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 #CF9E55 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 85 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.19 |
| HSL | 35.9º | 0.56% | 0.57% | - |
| HSV(B) | 35.9º | 0.59% | 0.81% | - |
| XYZ | 39.6 | 38.38 | 13.91 | - |
| YUV | 164.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 85 | 0 | 0.24 | 0.59 | 0.19 | 35.9 | 0.56 | 0.57 |
| Hex | CF | 9E | 55 | 0 | 18 | 3B | 13 | 24 | 38 | 39 |
| Octal | 317 | 236 | 125 | 0 | 30 | 73 | 23 | 44 | 70 | 71 |
| Binary | 11001111 | 10011110 | 1010101 | 0 | 11000 | 111011 | 10011 | 100100 | 111000 | 111001 |
Color Harmonies of #CF9E55
Complementary color
Monochromatic Colors of #CF9E55
Black with #CF9E55
Text Example
Text Example
White with #CF9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E55; }
p { color: rgb(207,158,85); }
H1.HeaderClassName
{
color: #CF9E55;
}
.AnyTagClassName
{
color: #CF9E55;
}
</style>
background-color css
<style>
a { background-color: #CF9E55; }
a { background-color: rgb(207,158,85); }
div.DivClassName
{
background-color: #CF9E55;
}
.BgClassName
{
background-color: #CF9E55;
}
</style>
border-color css
<style>
span { border-color: #CF9E55; }
span { border-color: rgb(207,158,85); }
td.TdClassName
{
border-color: #CF9E55;
}
.TagClassName
{
border-color: #CF9E55;
}
</style>