Shades of Apache #CFA65C
Tints of Apache #CFA65C
RGB
CMYK
RGB Variations
Color information
#CFA65C (or 0xCFA65C) is known color: Apache. HEX triplet: CF, A6 and 5C. RGB value is (207,166,92). Sum of RGB (Red+Green+Blue) = 207+166+92=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA65C is #3059A3. Grayscale: #AAAAAA. Windows color (decimal): -3168676 or 6072015. OLE color: 6072015.
HSL color Cylindrical-coordinate representation of color #CFA65C: hue angle of 38.61º 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 #CFA65C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 92 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.19 |
| HSL | 38.61º | 0.55% | 0.59% | - |
| HSV(B) | 38.61º | 0.56% | 0.81% | - |
| XYZ | 41.3 | 41.31 | 15.92 | - |
| YUV | 169.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 92 | 0 | 0.20 | 0.56 | 0.19 | 38.61 | 0.55 | 0.59 |
| Hex | CF | A6 | 5C | 0 | 14 | 38 | 13 | 27 | 37 | 3B |
| Octal | 317 | 246 | 134 | 0 | 24 | 70 | 23 | 47 | 67 | 73 |
| Binary | 11001111 | 10100110 | 1011100 | 0 | 10100 | 111000 | 10011 | 100111 | 110111 | 111011 |
Color Harmonies of #CFA65C
Complementary color
Monochromatic Colors of #CFA65C
Black with #CFA65C
Text Example
Text Example
White with #CFA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA65C; }
p { color: rgb(207,166,92); }
H1.HeaderClassName
{
color: #CFA65C;
}
.AnyTagClassName
{
color: #CFA65C;
}
</style>
background-color css
<style>
a { background-color: #CFA65C; }
a { background-color: rgb(207,166,92); }
div.DivClassName
{
background-color: #CFA65C;
}
.BgClassName
{
background-color: #CFA65C;
}
</style>
border-color css
<style>
span { border-color: #CFA65C; }
span { border-color: rgb(207,166,92); }
td.TdClassName
{
border-color: #CFA65C;
}
.TagClassName
{
border-color: #CFA65C;
}
</style>