Shades of Apache #CFA265
Tints of Apache #CFA265
RGB
CMYK
RGB Variations
Color information
#CFA265 (or 0xCFA265) is known color: Apache. HEX triplet: CF, A2 and 65. RGB value is (207,162,101). Sum of RGB (Red+Green+Blue) = 207+162+101=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA265 is #305D9A. Grayscale: #A8A8A8. Windows color (decimal): -3169691 or 6660815. OLE color: 6660815.
HSL color Cylindrical-coordinate representation of color #CFA265: hue angle of 34.53º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA265 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 101 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.19 |
| HSL | 34.53º | 0.52% | 0.6% | - |
| HSV(B) | 34.53º | 0.51% | 0.81% | - |
| XYZ | 41 | 40.05 | 17.88 | - |
| YUV | 168.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 101 | 0 | 0.22 | 0.51 | 0.19 | 34.53 | 0.52 | 0.6 |
| Hex | CF | A2 | 65 | 0 | 16 | 33 | 13 | 23 | 34 | 3C |
| Octal | 317 | 242 | 145 | 0 | 26 | 63 | 23 | 43 | 64 | 74 |
| Binary | 11001111 | 10100010 | 1100101 | 0 | 10110 | 110011 | 10011 | 100011 | 110100 | 111100 |
Color Harmonies of #CFA265
Complementary color
Monochromatic Colors of #CFA265
Black with #CFA265
Text Example
Text Example
White with #CFA265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA265; }
p { color: rgb(207,162,101); }
H1.HeaderClassName
{
color: #CFA265;
}
.AnyTagClassName
{
color: #CFA265;
}
</style>
background-color css
<style>
a { background-color: #CFA265; }
a { background-color: rgb(207,162,101); }
div.DivClassName
{
background-color: #CFA265;
}
.BgClassName
{
background-color: #CFA265;
}
</style>
border-color css
<style>
span { border-color: #CFA265; }
span { border-color: rgb(207,162,101); }
td.TdClassName
{
border-color: #CFA265;
}
.TagClassName
{
border-color: #CFA265;
}
</style>