Shades of Apache #CF9F54
Tints of Apache #CF9F54
RGB
CMYK
RGB Variations
Color information
#CF9F54 (or 0xCF9F54) is known color: Apache. HEX triplet: CF, 9F and 54. RGB value is (207,159,84). Sum of RGB (Red+Green+Blue) = 207+159+84=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F54 is #3060AB. Grayscale: #A5A5A5. Windows color (decimal): -3170476 or 5545935. OLE color: 5545935.
HSL color Cylindrical-coordinate representation of color #CF9F54: hue angle of 36.59º 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 #CF9F54 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 84 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.19 |
| HSL | 36.59º | 0.56% | 0.57% | - |
| HSV(B) | 36.59º | 0.59% | 0.81% | - |
| XYZ | 39.73 | 38.7 | 13.76 | - |
| YUV | 164.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 84 | 0 | 0.23 | 0.59 | 0.19 | 36.59 | 0.56 | 0.57 |
| Hex | CF | 9F | 54 | 0 | 17 | 3B | 13 | 25 | 38 | 39 |
| Octal | 317 | 237 | 124 | 0 | 27 | 73 | 23 | 45 | 70 | 71 |
| Binary | 11001111 | 10011111 | 1010100 | 0 | 10111 | 111011 | 10011 | 100101 | 111000 | 111001 |
Color Harmonies of #CF9F54
Complementary color
Monochromatic Colors of #CF9F54
Black with #CF9F54
Text Example
Text Example
White with #CF9F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F54; }
p { color: rgb(207,159,84); }
H1.HeaderClassName
{
color: #CF9F54;
}
.AnyTagClassName
{
color: #CF9F54;
}
</style>
background-color css
<style>
a { background-color: #CF9F54; }
a { background-color: rgb(207,159,84); }
div.DivClassName
{
background-color: #CF9F54;
}
.BgClassName
{
background-color: #CF9F54;
}
</style>
border-color css
<style>
span { border-color: #CF9F54; }
span { border-color: rgb(207,159,84); }
td.TdClassName
{
border-color: #CF9F54;
}
.TagClassName
{
border-color: #CF9F54;
}
</style>