Shades of Apache #CFA468
Tints of Apache #CFA468
RGB
CMYK
RGB Variations
Color information
#CFA468 (or 0xCFA468) is known color: Apache. HEX triplet: CF, A4 and 68. RGB value is (207,164,104). Sum of RGB (Red+Green+Blue) = 207+164+104=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA468 is #305B97. Grayscale: #AAAAAA. Windows color (decimal): -3169176 or 6857935. OLE color: 6857935.
HSL color Cylindrical-coordinate representation of color #CFA468: hue angle of 34.95º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA468 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 104 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.19 |
| HSL | 34.95º | 0.52% | 0.61% | - |
| HSV(B) | 34.95º | 0.5% | 0.81% | - |
| XYZ | 41.51 | 40.82 | 18.79 | - |
| YUV | 170.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 104 | 0 | 0.21 | 0.50 | 0.19 | 34.95 | 0.52 | 0.61 |
| Hex | CF | A4 | 68 | 0 | 15 | 32 | 13 | 23 | 34 | 3D |
| Octal | 317 | 244 | 150 | 0 | 25 | 62 | 23 | 43 | 64 | 75 |
| Binary | 11001111 | 10100100 | 1101000 | 0 | 10101 | 110010 | 10011 | 100011 | 110100 | 111101 |
Color Harmonies of #CFA468
Complementary color
Monochromatic Colors of #CFA468
Black with #CFA468
Text Example
Text Example
White with #CFA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA468; }
p { color: rgb(207,164,104); }
H1.HeaderClassName
{
color: #CFA468;
}
.AnyTagClassName
{
color: #CFA468;
}
</style>
background-color css
<style>
a { background-color: #CFA468; }
a { background-color: rgb(207,164,104); }
div.DivClassName
{
background-color: #CFA468;
}
.BgClassName
{
background-color: #CFA468;
}
</style>
border-color css
<style>
span { border-color: #CFA468; }
span { border-color: rgb(207,164,104); }
td.TdClassName
{
border-color: #CFA468;
}
.TagClassName
{
border-color: #CFA468;
}
</style>