Shades of Apache #CFA761
Tints of Apache #CFA761
RGB
CMYK
RGB Variations
Color information
#CFA761 (or 0xCFA761) is known color: Apache. HEX triplet: CF, A7 and 61. RGB value is (207,167,97). Sum of RGB (Red+Green+Blue) = 207+167+97=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA761 is #30589E. Grayscale: #ABABAB. Windows color (decimal): -3168415 or 6399951. OLE color: 6399951.
HSL color Cylindrical-coordinate representation of color #CFA761: hue angle of 38.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFA761 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 97 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.19 |
| HSL | 38.18º | 0.53% | 0.6% | - |
| HSV(B) | 38.18º | 0.53% | 0.81% | - |
| XYZ | 41.71 | 41.77 | 17.17 | - |
| YUV | 170.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 97 | 0 | 0.19 | 0.53 | 0.19 | 38.18 | 0.53 | 0.6 |
| Hex | CF | A7 | 61 | 0 | 13 | 35 | 13 | 26 | 35 | 3C |
| Octal | 317 | 247 | 141 | 0 | 23 | 65 | 23 | 46 | 65 | 74 |
| Binary | 11001111 | 10100111 | 1100001 | 0 | 10011 | 110101 | 10011 | 100110 | 110101 | 111100 |
Color Harmonies of #CFA761
Complementary color
Monochromatic Colors of #CFA761
Black with #CFA761
Text Example
Text Example
White with #CFA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA761; }
p { color: rgb(207,167,97); }
H1.HeaderClassName
{
color: #CFA761;
}
.AnyTagClassName
{
color: #CFA761;
}
</style>
background-color css
<style>
a { background-color: #CFA761; }
a { background-color: rgb(207,167,97); }
div.DivClassName
{
background-color: #CFA761;
}
.BgClassName
{
background-color: #CFA761;
}
</style>
border-color css
<style>
span { border-color: #CFA761; }
span { border-color: rgb(207,167,97); }
td.TdClassName
{
border-color: #CFA761;
}
.TagClassName
{
border-color: #CFA761;
}
</style>