Shades of Apache #CFA850
Tints of Apache #CFA850
RGB
CMYK
RGB Variations
Color information
#CFA850 (or 0xCFA850) is known color: Apache. HEX triplet: CF, A8 and 50. RGB value is (207,168,80). Sum of RGB (Red+Green+Blue) = 207+168+80=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA850 is #3057AF. Grayscale: #AAAAAA. Windows color (decimal): -3168176 or 5286095. OLE color: 5286095.
HSL color Cylindrical-coordinate representation of color #CFA850: hue angle of 41.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA850 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.19 |
| HSL | 41.57º | 0.57% | 0.56% | - |
| HSV(B) | 41.57º | 0.61% | 0.81% | - |
| XYZ | 41.18 | 41.85 | 13.5 | - |
| YUV | 169.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 80 | 0 | 0.19 | 0.61 | 0.19 | 41.57 | 0.57 | 0.56 |
| Hex | CF | A8 | 50 | 0 | 13 | 3D | 13 | 2A | 39 | 38 |
| Octal | 317 | 250 | 120 | 0 | 23 | 75 | 23 | 52 | 71 | 70 |
| Binary | 11001111 | 10101000 | 1010000 | 0 | 10011 | 111101 | 10011 | 101010 | 111001 | 111000 |
Color Harmonies of #CFA850
Complementary color
Monochromatic Colors of #CFA850
Black with #CFA850
Text Example
Text Example
White with #CFA850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA850; }
p { color: rgb(207,168,80); }
H1.HeaderClassName
{
color: #CFA850;
}
.AnyTagClassName
{
color: #CFA850;
}
</style>
background-color css
<style>
a { background-color: #CFA850; }
a { background-color: rgb(207,168,80); }
div.DivClassName
{
background-color: #CFA850;
}
.BgClassName
{
background-color: #CFA850;
}
</style>
border-color css
<style>
span { border-color: #CFA850; }
span { border-color: rgb(207,168,80); }
td.TdClassName
{
border-color: #CFA850;
}
.TagClassName
{
border-color: #CFA850;
}
</style>