Shades of Apache #CF9F58
Tints of Apache #CF9F58
RGB
CMYK
RGB Variations
Color information
#CF9F58 (or 0xCF9F58) is known color: Apache. HEX triplet: CF, 9F and 58. RGB value is (207,159,88). Sum of RGB (Red+Green+Blue) = 207+159+88=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F58 is #3060A7. Grayscale: #A5A5A5. Windows color (decimal): -3170472 or 5808079. OLE color: 5808079.
HSL color Cylindrical-coordinate representation of color #CF9F58: hue angle of 35.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF9F58 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 88 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.19 |
| HSL | 35.8º | 0.55% | 0.58% | - |
| HSV(B) | 35.8º | 0.57% | 0.81% | - |
| XYZ | 39.89 | 38.77 | 14.61 | - |
| YUV | 165.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 88 | 0 | 0.23 | 0.57 | 0.19 | 35.8 | 0.55 | 0.58 |
| Hex | CF | 9F | 58 | 0 | 17 | 39 | 13 | 24 | 37 | 3A |
| Octal | 317 | 237 | 130 | 0 | 27 | 71 | 23 | 44 | 67 | 72 |
| Binary | 11001111 | 10011111 | 1011000 | 0 | 10111 | 111001 | 10011 | 100100 | 110111 | 111010 |
Color Harmonies of #CF9F58
Complementary color
Monochromatic Colors of #CF9F58
Black with #CF9F58
Text Example
Text Example
White with #CF9F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F58; }
p { color: rgb(207,159,88); }
H1.HeaderClassName
{
color: #CF9F58;
}
.AnyTagClassName
{
color: #CF9F58;
}
</style>
background-color css
<style>
a { background-color: #CF9F58; }
a { background-color: rgb(207,159,88); }
div.DivClassName
{
background-color: #CF9F58;
}
.BgClassName
{
background-color: #CF9F58;
}
</style>
border-color css
<style>
span { border-color: #CF9F58; }
span { border-color: rgb(207,159,88); }
td.TdClassName
{
border-color: #CF9F58;
}
.TagClassName
{
border-color: #CF9F58;
}
</style>