Shades of Apache #CFA763
Tints of Apache #CFA763
RGB
CMYK
RGB Variations
Color information
#CFA763 (or 0xCFA763) is known color: Apache. HEX triplet: CF, A7 and 63. RGB value is (207,167,99). Sum of RGB (Red+Green+Blue) = 207+167+99=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA763 is #30589C. Grayscale: #ABABAB. Windows color (decimal): -3168413 or 6531023. OLE color: 6531023.
HSL color Cylindrical-coordinate representation of color #CFA763: hue angle of 37.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFA763 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 99 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.19 |
| HSL | 37.78º | 0.53% | 0.6% | - |
| HSV(B) | 37.78º | 0.52% | 0.81% | - |
| XYZ | 41.8 | 41.8 | 17.67 | - |
| YUV | 171.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 99 | 0 | 0.19 | 0.52 | 0.19 | 37.78 | 0.53 | 0.6 |
| Hex | CF | A7 | 63 | 0 | 13 | 34 | 13 | 26 | 35 | 3C |
| Octal | 317 | 247 | 143 | 0 | 23 | 64 | 23 | 46 | 65 | 74 |
| Binary | 11001111 | 10100111 | 1100011 | 0 | 10011 | 110100 | 10011 | 100110 | 110101 | 111100 |
Color Harmonies of #CFA763
Complementary color
Monochromatic Colors of #CFA763
Black with #CFA763
Text Example
Text Example
White with #CFA763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA763; }
p { color: rgb(207,167,99); }
H1.HeaderClassName
{
color: #CFA763;
}
.AnyTagClassName
{
color: #CFA763;
}
</style>
background-color css
<style>
a { background-color: #CFA763; }
a { background-color: rgb(207,167,99); }
div.DivClassName
{
background-color: #CFA763;
}
.BgClassName
{
background-color: #CFA763;
}
</style>
border-color css
<style>
span { border-color: #CFA763; }
span { border-color: rgb(207,167,99); }
td.TdClassName
{
border-color: #CFA763;
}
.TagClassName
{
border-color: #CFA763;
}
</style>