Shades of Apache #CFA762
Tints of Apache #CFA762
RGB
CMYK
RGB Variations
Color information
#CFA762 (or 0xCFA762) is known color: Apache. HEX triplet: CF, A7 and 62. RGB value is (207,167,98). Sum of RGB (Red+Green+Blue) = 207+167+98=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA762 is #30589D. Grayscale: #ABABAB. Windows color (decimal): -3168414 or 6465487. OLE color: 6465487.
HSL color Cylindrical-coordinate representation of color #CFA762: hue angle of 37.98º 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 #CFA762 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 98 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.19 |
| HSL | 37.98º | 0.53% | 0.6% | - |
| HSV(B) | 37.98º | 0.53% | 0.81% | - |
| XYZ | 41.76 | 41.78 | 17.42 | - |
| YUV | 171.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 98 | 0 | 0.19 | 0.53 | 0.19 | 37.98 | 0.53 | 0.6 |
| Hex | CF | A7 | 62 | 0 | 13 | 35 | 13 | 26 | 35 | 3C |
| Octal | 317 | 247 | 142 | 0 | 23 | 65 | 23 | 46 | 65 | 74 |
| Binary | 11001111 | 10100111 | 1100010 | 0 | 10011 | 110101 | 10011 | 100110 | 110101 | 111100 |
Color Harmonies of #CFA762
Complementary color
Monochromatic Colors of #CFA762
Black with #CFA762
Text Example
Text Example
White with #CFA762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA762; }
p { color: rgb(207,167,98); }
H1.HeaderClassName
{
color: #CFA762;
}
.AnyTagClassName
{
color: #CFA762;
}
</style>
background-color css
<style>
a { background-color: #CFA762; }
a { background-color: rgb(207,167,98); }
div.DivClassName
{
background-color: #CFA762;
}
.BgClassName
{
background-color: #CFA762;
}
</style>
border-color css
<style>
span { border-color: #CFA762; }
span { border-color: rgb(207,167,98); }
td.TdClassName
{
border-color: #CFA762;
}
.TagClassName
{
border-color: #CFA762;
}
</style>