Shades of Apache #CFA750
Tints of Apache #CFA750
RGB
CMYK
RGB Variations
Color information
#CFA750 (or 0xCFA750) is known color: Apache. HEX triplet: CF, A7 and 50. RGB value is (207,167,80). Sum of RGB (Red+Green+Blue) = 207+167+80=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA750 is #3058AF. Grayscale: #A9A9A9. Windows color (decimal): -3168432 or 5285839. OLE color: 5285839.
HSL color Cylindrical-coordinate representation of color #CFA750: hue angle of 41.1º 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 #CFA750 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.19 |
| HSL | 41.1º | 0.57% | 0.56% | - |
| HSV(B) | 41.1º | 0.61% | 0.81% | - |
| XYZ | 41 | 41.48 | 13.44 | - |
| YUV | 169.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 80 | 0 | 0.19 | 0.61 | 0.19 | 41.1 | 0.57 | 0.56 |
| Hex | CF | A7 | 50 | 0 | 13 | 3D | 13 | 29 | 39 | 38 |
| Octal | 317 | 247 | 120 | 0 | 23 | 75 | 23 | 51 | 71 | 70 |
| Binary | 11001111 | 10100111 | 1010000 | 0 | 10011 | 111101 | 10011 | 101001 | 111001 | 111000 |
Color Harmonies of #CFA750
Complementary color
Monochromatic Colors of #CFA750
Black with #CFA750
Text Example
Text Example
White with #CFA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA750; }
p { color: rgb(207,167,80); }
H1.HeaderClassName
{
color: #CFA750;
}
.AnyTagClassName
{
color: #CFA750;
}
</style>
background-color css
<style>
a { background-color: #CFA750; }
a { background-color: rgb(207,167,80); }
div.DivClassName
{
background-color: #CFA750;
}
.BgClassName
{
background-color: #CFA750;
}
</style>
border-color css
<style>
span { border-color: #CFA750; }
span { border-color: rgb(207,167,80); }
td.TdClassName
{
border-color: #CFA750;
}
.TagClassName
{
border-color: #CFA750;
}
</style>