Shades of Apache #CFA450
Tints of Apache #CFA450
RGB
CMYK
RGB Variations
Color information
#CFA450 (or 0xCFA450) is known color: Apache. HEX triplet: CF, A4 and 50. RGB value is (207,164,80). Sum of RGB (Red+Green+Blue) = 207+164+80=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA450 is #305BAF. Grayscale: #A7A7A7. Windows color (decimal): -3169200 or 5285071. OLE color: 5285071.
HSL color Cylindrical-coordinate representation of color #CFA450: hue angle of 39.69º 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 #CFA450 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 80 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.19 |
| HSL | 39.69º | 0.57% | 0.56% | - |
| HSV(B) | 39.69º | 0.61% | 0.81% | - |
| XYZ | 40.46 | 40.4 | 13.25 | - |
| YUV | 167.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 80 | 0 | 0.21 | 0.61 | 0.19 | 39.69 | 0.57 | 0.56 |
| Hex | CF | A4 | 50 | 0 | 15 | 3D | 13 | 28 | 39 | 38 |
| Octal | 317 | 244 | 120 | 0 | 25 | 75 | 23 | 50 | 71 | 70 |
| Binary | 11001111 | 10100100 | 1010000 | 0 | 10101 | 111101 | 10011 | 101000 | 111001 | 111000 |
Color Harmonies of #CFA450
Complementary color
Monochromatic Colors of #CFA450
Black with #CFA450
Text Example
Text Example
White with #CFA450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA450; }
p { color: rgb(207,164,80); }
H1.HeaderClassName
{
color: #CFA450;
}
.AnyTagClassName
{
color: #CFA450;
}
</style>
background-color css
<style>
a { background-color: #CFA450; }
a { background-color: rgb(207,164,80); }
div.DivClassName
{
background-color: #CFA450;
}
.BgClassName
{
background-color: #CFA450;
}
</style>
border-color css
<style>
span { border-color: #CFA450; }
span { border-color: rgb(207,164,80); }
td.TdClassName
{
border-color: #CFA450;
}
.TagClassName
{
border-color: #CFA450;
}
</style>