Shades of Apache #CF9F5F
Tints of Apache #CF9F5F
RGB
CMYK
RGB Variations
Color information
#CF9F5F (or 0xCF9F5F) is known color: Apache. HEX triplet: CF, 9F and 5F. RGB value is (207,159,95). Sum of RGB (Red+Green+Blue) = 207+159+95=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F5F is #3060A0. Grayscale: #A6A6A6. Windows color (decimal): -3170465 or 6266831. OLE color: 6266831.
HSL color Cylindrical-coordinate representation of color #CF9F5F: hue angle of 34.29º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF9F5F is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 95 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.19 |
| HSL | 34.29º | 0.54% | 0.59% | - |
| HSV(B) | 34.29º | 0.54% | 0.81% | - |
| XYZ | 40.2 | 38.89 | 16.21 | - |
| YUV | 166.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 95 | 0 | 0.23 | 0.54 | 0.19 | 34.29 | 0.54 | 0.59 |
| Hex | CF | 9F | 5F | 0 | 17 | 36 | 13 | 22 | 36 | 3B |
| Octal | 317 | 237 | 137 | 0 | 27 | 66 | 23 | 42 | 66 | 73 |
| Binary | 11001111 | 10011111 | 1011111 | 0 | 10111 | 110110 | 10011 | 100010 | 110110 | 111011 |
Color Harmonies of #CF9F5F
Complementary color
Monochromatic Colors of #CF9F5F
Black with #CF9F5F
Text Example
Text Example
White with #CF9F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F5F; }
p { color: rgb(207,159,95); }
H1.HeaderClassName
{
color: #CF9F5F;
}
.AnyTagClassName
{
color: #CF9F5F;
}
</style>
background-color css
<style>
a { background-color: #CF9F5F; }
a { background-color: rgb(207,159,95); }
div.DivClassName
{
background-color: #CF9F5F;
}
.BgClassName
{
background-color: #CF9F5F;
}
</style>
border-color css
<style>
span { border-color: #CF9F5F; }
span { border-color: rgb(207,159,95); }
td.TdClassName
{
border-color: #CF9F5F;
}
.TagClassName
{
border-color: #CF9F5F;
}
</style>