Shades of Apache #CFA753
Tints of Apache #CFA753
RGB
CMYK
RGB Variations
Color information
#CFA753 (or 0xCFA753) is known color: Apache. HEX triplet: CF, A7 and 53. RGB value is (207,167,83). Sum of RGB (Red+Green+Blue) = 207+167+83=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA753 is #3058AC. Grayscale: #A9A9A9. Windows color (decimal): -3168429 or 5482447. OLE color: 5482447.
HSL color Cylindrical-coordinate representation of color #CFA753: hue angle of 40.65º 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 #CFA753 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 83 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.19 |
| HSL | 40.65º | 0.56% | 0.57% | - |
| HSV(B) | 40.65º | 0.6% | 0.81% | - |
| XYZ | 41.11 | 41.53 | 14.03 | - |
| YUV | 169.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 83 | 0 | 0.19 | 0.60 | 0.19 | 40.65 | 0.56 | 0.57 |
| Hex | CF | A7 | 53 | 0 | 13 | 3C | 13 | 29 | 38 | 39 |
| Octal | 317 | 247 | 123 | 0 | 23 | 74 | 23 | 51 | 70 | 71 |
| Binary | 11001111 | 10100111 | 1010011 | 0 | 10011 | 111100 | 10011 | 101001 | 111000 | 111001 |
Color Harmonies of #CFA753
Complementary color
Monochromatic Colors of #CFA753
Black with #CFA753
Text Example
Text Example
White with #CFA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA753; }
p { color: rgb(207,167,83); }
H1.HeaderClassName
{
color: #CFA753;
}
.AnyTagClassName
{
color: #CFA753;
}
</style>
background-color css
<style>
a { background-color: #CFA753; }
a { background-color: rgb(207,167,83); }
div.DivClassName
{
background-color: #CFA753;
}
.BgClassName
{
background-color: #CFA753;
}
</style>
border-color css
<style>
span { border-color: #CFA753; }
span { border-color: rgb(207,167,83); }
td.TdClassName
{
border-color: #CFA753;
}
.TagClassName
{
border-color: #CFA753;
}
</style>