Shades of Apache #CFA15D
Tints of Apache #CFA15D
RGB
CMYK
RGB Variations
Color information
#CFA15D (or 0xCFA15D) is known color: Apache. HEX triplet: CF, A1 and 5D. RGB value is (207,161,93). Sum of RGB (Red+Green+Blue) = 207+161+93=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA15D is #305EA2. Grayscale: #A7A7A7. Windows color (decimal): -3169955 or 6136271. OLE color: 6136271.
HSL color Cylindrical-coordinate representation of color #CFA15D: hue angle of 35.79º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA15D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 93 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.19 |
| HSL | 35.79º | 0.54% | 0.59% | - |
| HSV(B) | 35.79º | 0.55% | 0.81% | - |
| XYZ | 40.45 | 39.55 | 15.86 | - |
| YUV | 167 | 86.24 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 93 | 0 | 0.22 | 0.55 | 0.19 | 35.79 | 0.54 | 0.59 |
| Hex | CF | A1 | 5D | 0 | 16 | 37 | 13 | 24 | 36 | 3B |
| Octal | 317 | 241 | 135 | 0 | 26 | 67 | 23 | 44 | 66 | 73 |
| Binary | 11001111 | 10100001 | 1011101 | 0 | 10110 | 110111 | 10011 | 100100 | 110110 | 111011 |
Color Harmonies of #CFA15D
Complementary color
Monochromatic Colors of #CFA15D
Black with #CFA15D
Text Example
Text Example
White with #CFA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA15D; }
p { color: rgb(207,161,93); }
H1.HeaderClassName
{
color: #CFA15D;
}
.AnyTagClassName
{
color: #CFA15D;
}
</style>
background-color css
<style>
a { background-color: #CFA15D; }
a { background-color: rgb(207,161,93); }
div.DivClassName
{
background-color: #CFA15D;
}
.BgClassName
{
background-color: #CFA15D;
}
</style>
border-color css
<style>
span { border-color: #CFA15D; }
span { border-color: rgb(207,161,93); }
td.TdClassName
{
border-color: #CFA15D;
}
.TagClassName
{
border-color: #CFA15D;
}
</style>