Shades of Apache #CFA953
Tints of Apache #CFA953
RGB
CMYK
RGB Variations
Color information
#CFA953 (or 0xCFA953) is known color: Apache. HEX triplet: CF, A9 and 53. RGB value is (207,169,83). Sum of RGB (Red+Green+Blue) = 207+169+83=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA953 is #3056AC. Grayscale: #AAAAAA. Windows color (decimal): -3167917 or 5482959. OLE color: 5482959.
HSL color Cylindrical-coordinate representation of color #CFA953: hue angle of 41.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFA953 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 83 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.19 |
| HSL | 41.61º | 0.56% | 0.57% | - |
| HSV(B) | 41.61º | 0.6% | 0.81% | - |
| XYZ | 41.48 | 42.27 | 14.16 | - |
| YUV | 170.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 83 | 0 | 0.18 | 0.60 | 0.19 | 41.61 | 0.56 | 0.57 |
| Hex | CF | A9 | 53 | 0 | 12 | 3C | 13 | 2A | 38 | 39 |
| Octal | 317 | 251 | 123 | 0 | 22 | 74 | 23 | 52 | 70 | 71 |
| Binary | 11001111 | 10101001 | 1010011 | 0 | 10010 | 111100 | 10011 | 101010 | 111000 | 111001 |
Color Harmonies of #CFA953
Complementary color
Monochromatic Colors of #CFA953
Black with #CFA953
Text Example
Text Example
White with #CFA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA953; }
p { color: rgb(207,169,83); }
H1.HeaderClassName
{
color: #CFA953;
}
.AnyTagClassName
{
color: #CFA953;
}
</style>
background-color css
<style>
a { background-color: #CFA953; }
a { background-color: rgb(207,169,83); }
div.DivClassName
{
background-color: #CFA953;
}
.BgClassName
{
background-color: #CFA953;
}
</style>
border-color css
<style>
span { border-color: #CFA953; }
span { border-color: rgb(207,169,83); }
td.TdClassName
{
border-color: #CFA953;
}
.TagClassName
{
border-color: #CFA953;
}
</style>