Shades of Apache #CFA360
Tints of Apache #CFA360
RGB
CMYK
RGB Variations
Color information
#CFA360 (or 0xCFA360) is known color: Apache. HEX triplet: CF, A3 and 60. RGB value is (207,163,96). Sum of RGB (Red+Green+Blue) = 207+163+96=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA360 is #305C9F. Grayscale: #A8A8A8. Windows color (decimal): -3169440 or 6333391. OLE color: 6333391.
HSL color Cylindrical-coordinate representation of color #CFA360: hue angle of 36.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFA360 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 96 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.19 |
| HSL | 36.22º | 0.54% | 0.59% | - |
| HSV(B) | 36.22º | 0.54% | 0.81% | - |
| XYZ | 40.94 | 40.3 | 16.69 | - |
| YUV | 168.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 96 | 0 | 0.21 | 0.54 | 0.19 | 36.22 | 0.54 | 0.59 |
| Hex | CF | A3 | 60 | 0 | 15 | 36 | 13 | 24 | 36 | 3B |
| Octal | 317 | 243 | 140 | 0 | 25 | 66 | 23 | 44 | 66 | 73 |
| Binary | 11001111 | 10100011 | 1100000 | 0 | 10101 | 110110 | 10011 | 100100 | 110110 | 111011 |
Color Harmonies of #CFA360
Complementary color
Monochromatic Colors of #CFA360
Black with #CFA360
Text Example
Text Example
White with #CFA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA360; }
p { color: rgb(207,163,96); }
H1.HeaderClassName
{
color: #CFA360;
}
.AnyTagClassName
{
color: #CFA360;
}
</style>
background-color css
<style>
a { background-color: #CFA360; }
a { background-color: rgb(207,163,96); }
div.DivClassName
{
background-color: #CFA360;
}
.BgClassName
{
background-color: #CFA360;
}
</style>
border-color css
<style>
span { border-color: #CFA360; }
span { border-color: rgb(207,163,96); }
td.TdClassName
{
border-color: #CFA360;
}
.TagClassName
{
border-color: #CFA360;
}
</style>