Shades of Apache #CFA563
Tints of Apache #CFA563
RGB
CMYK
RGB Variations
Color information
#CFA563 (or 0xCFA563) is known color: Apache. HEX triplet: CF, A5 and 63. RGB value is (207,165,99). Sum of RGB (Red+Green+Blue) = 207+165+99=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA563 is #305A9C. Grayscale: #AAAAAA. Windows color (decimal): -3168925 or 6530511. OLE color: 6530511.
HSL color Cylindrical-coordinate representation of color #CFA563: hue angle of 36.67º 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 #CFA563 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 99 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 36.67º | 0.53% | 0.6% | - |
| HSV(B) | 36.67º | 0.52% | 0.81% | - |
| XYZ | 41.44 | 41.08 | 17.55 | - |
| YUV | 170.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 99 | 0 | 0.20 | 0.52 | 0.19 | 36.67 | 0.53 | 0.6 |
| Hex | CF | A5 | 63 | 0 | 14 | 34 | 13 | 25 | 35 | 3C |
| Octal | 317 | 245 | 143 | 0 | 24 | 64 | 23 | 45 | 65 | 74 |
| Binary | 11001111 | 10100101 | 1100011 | 0 | 10100 | 110100 | 10011 | 100101 | 110101 | 111100 |
Color Harmonies of #CFA563
Complementary color
Monochromatic Colors of #CFA563
Black with #CFA563
Text Example
Text Example
White with #CFA563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA563; }
p { color: rgb(207,165,99); }
H1.HeaderClassName
{
color: #CFA563;
}
.AnyTagClassName
{
color: #CFA563;
}
</style>
background-color css
<style>
a { background-color: #CFA563; }
a { background-color: rgb(207,165,99); }
div.DivClassName
{
background-color: #CFA563;
}
.BgClassName
{
background-color: #CFA563;
}
</style>
border-color css
<style>
span { border-color: #CFA563; }
span { border-color: rgb(207,165,99); }
td.TdClassName
{
border-color: #CFA563;
}
.TagClassName
{
border-color: #CFA563;
}
</style>