Shades of Apache #CFA358
Tints of Apache #CFA358
RGB
CMYK
RGB Variations
Color information
#CFA358 (or 0xCFA358) is known color: Apache. HEX triplet: CF, A3 and 58. RGB value is (207,163,88). Sum of RGB (Red+Green+Blue) = 207+163+88=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA358 is #305CA7. Grayscale: #A7A7A7. Windows color (decimal): -3169448 or 5809103. OLE color: 5809103.
HSL color Cylindrical-coordinate representation of color #CFA358: hue angle of 37.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA358 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 88 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.82º | 0.55% | 0.58% | - |
| HSV(B) | 37.82º | 0.57% | 0.81% | - |
| XYZ | 40.59 | 40.16 | 14.85 | - |
| YUV | 167.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 88 | 0 | 0.21 | 0.57 | 0.19 | 37.82 | 0.55 | 0.58 |
| Hex | CF | A3 | 58 | 0 | 15 | 39 | 13 | 26 | 37 | 3A |
| Octal | 317 | 243 | 130 | 0 | 25 | 71 | 23 | 46 | 67 | 72 |
| Binary | 11001111 | 10100011 | 1011000 | 0 | 10101 | 111001 | 10011 | 100110 | 110111 | 111010 |
Color Harmonies of #CFA358
Complementary color
Monochromatic Colors of #CFA358
Black with #CFA358
Text Example
Text Example
White with #CFA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA358; }
p { color: rgb(207,163,88); }
H1.HeaderClassName
{
color: #CFA358;
}
.AnyTagClassName
{
color: #CFA358;
}
</style>
background-color css
<style>
a { background-color: #CFA358; }
a { background-color: rgb(207,163,88); }
div.DivClassName
{
background-color: #CFA358;
}
.BgClassName
{
background-color: #CFA358;
}
</style>
border-color css
<style>
span { border-color: #CFA358; }
span { border-color: rgb(207,163,88); }
td.TdClassName
{
border-color: #CFA358;
}
.TagClassName
{
border-color: #CFA358;
}
</style>