Shades of Apache #CFA365
Tints of Apache #CFA365
RGB
CMYK
RGB Variations
Color information
#CFA365 (or 0xCFA365) is known color: Apache. HEX triplet: CF, A3 and 65. RGB value is (207,163,101). Sum of RGB (Red+Green+Blue) = 207+163+101=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA365 is #305C9A. Grayscale: #A9A9A9. Windows color (decimal): -3169435 or 6661071. OLE color: 6661071.
HSL color Cylindrical-coordinate representation of color #CFA365: hue angle of 35.09º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA365 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 101 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.19 |
| HSL | 35.09º | 0.52% | 0.6% | - |
| HSV(B) | 35.09º | 0.51% | 0.81% | - |
| XYZ | 41.18 | 40.4 | 17.94 | - |
| YUV | 169.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 101 | 0 | 0.21 | 0.51 | 0.19 | 35.09 | 0.52 | 0.6 |
| Hex | CF | A3 | 65 | 0 | 15 | 33 | 13 | 23 | 34 | 3C |
| Octal | 317 | 243 | 145 | 0 | 25 | 63 | 23 | 43 | 64 | 74 |
| Binary | 11001111 | 10100011 | 1100101 | 0 | 10101 | 110011 | 10011 | 100011 | 110100 | 111100 |
Color Harmonies of #CFA365
Complementary color
Monochromatic Colors of #CFA365
Black with #CFA365
Text Example
Text Example
White with #CFA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA365; }
p { color: rgb(207,163,101); }
H1.HeaderClassName
{
color: #CFA365;
}
.AnyTagClassName
{
color: #CFA365;
}
</style>
background-color css
<style>
a { background-color: #CFA365; }
a { background-color: rgb(207,163,101); }
div.DivClassName
{
background-color: #CFA365;
}
.BgClassName
{
background-color: #CFA365;
}
</style>
border-color css
<style>
span { border-color: #CFA365; }
span { border-color: rgb(207,163,101); }
td.TdClassName
{
border-color: #CFA365;
}
.TagClassName
{
border-color: #CFA365;
}
</style>