Shades of Apache #CFA75C
Tints of Apache #CFA75C
RGB
CMYK
RGB Variations
Color information
#CFA75C (or 0xCFA75C) is known color: Apache. HEX triplet: CF, A7 and 5C. RGB value is (207,167,92). Sum of RGB (Red+Green+Blue) = 207+167+92=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA75C is #3058A3. Grayscale: #AAAAAA. Windows color (decimal): -3168420 or 6072271. OLE color: 6072271.
HSL color Cylindrical-coordinate representation of color #CFA75C: hue angle of 39.13º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFA75C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 92 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.19 |
| HSL | 39.13º | 0.55% | 0.59% | - |
| HSV(B) | 39.13º | 0.56% | 0.81% | - |
| XYZ | 41.48 | 41.68 | 15.98 | - |
| YUV | 170.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 92 | 0 | 0.19 | 0.56 | 0.19 | 39.13 | 0.55 | 0.59 |
| Hex | CF | A7 | 5C | 0 | 13 | 38 | 13 | 27 | 37 | 3B |
| Octal | 317 | 247 | 134 | 0 | 23 | 70 | 23 | 47 | 67 | 73 |
| Binary | 11001111 | 10100111 | 1011100 | 0 | 10011 | 111000 | 10011 | 100111 | 110111 | 111011 |
Color Harmonies of #CFA75C
Complementary color
Monochromatic Colors of #CFA75C
Black with #CFA75C
Text Example
Text Example
White with #CFA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA75C; }
p { color: rgb(207,167,92); }
H1.HeaderClassName
{
color: #CFA75C;
}
.AnyTagClassName
{
color: #CFA75C;
}
</style>
background-color css
<style>
a { background-color: #CFA75C; }
a { background-color: rgb(207,167,92); }
div.DivClassName
{
background-color: #CFA75C;
}
.BgClassName
{
background-color: #CFA75C;
}
</style>
border-color css
<style>
span { border-color: #CFA75C; }
span { border-color: rgb(207,167,92); }
td.TdClassName
{
border-color: #CFA75C;
}
.TagClassName
{
border-color: #CFA75C;
}
</style>