Shades of Apache #CF9D4F
Tints of Apache #CF9D4F
RGB
CMYK
RGB Variations
Color information
#CF9D4F (or 0xCF9D4F) is known color: Apache. HEX triplet: CF, 9D and 4F. RGB value is (207,157,79). Sum of RGB (Red+Green+Blue) = 207+157+79=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D4F is #3062B0. Grayscale: #A3A3A3. Windows color (decimal): -3170993 or 5217743. OLE color: 5217743.
HSL color Cylindrical-coordinate representation of color #CF9D4F: hue angle of 36.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF9D4F is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 79 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.19 |
| HSL | 36.56º | 0.57% | 0.56% | - |
| HSV(B) | 36.56º | 0.62% | 0.81% | - |
| XYZ | 39.2 | 37.94 | 12.65 | - |
| YUV | 163.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 79 | 0 | 0.24 | 0.62 | 0.19 | 36.56 | 0.57 | 0.56 |
| Hex | CF | 9D | 4F | 0 | 18 | 3E | 13 | 25 | 39 | 38 |
| Octal | 317 | 235 | 117 | 0 | 30 | 76 | 23 | 45 | 71 | 70 |
| Binary | 11001111 | 10011101 | 1001111 | 0 | 11000 | 111110 | 10011 | 100101 | 111001 | 111000 |
Color Harmonies of #CF9D4F
Complementary color
Monochromatic Colors of #CF9D4F
Black with #CF9D4F
Text Example
Text Example
White with #CF9D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D4F; }
p { color: rgb(207,157,79); }
H1.HeaderClassName
{
color: #CF9D4F;
}
.AnyTagClassName
{
color: #CF9D4F;
}
</style>
background-color css
<style>
a { background-color: #CF9D4F; }
a { background-color: rgb(207,157,79); }
div.DivClassName
{
background-color: #CF9D4F;
}
.BgClassName
{
background-color: #CF9D4F;
}
</style>
border-color css
<style>
span { border-color: #CF9D4F; }
span { border-color: rgb(207,157,79); }
td.TdClassName
{
border-color: #CF9D4F;
}
.TagClassName
{
border-color: #CF9D4F;
}
</style>