Shades of Apache #CF9F64
Tints of Apache #CF9F64
RGB
CMYK
RGB Variations
Color information
#CF9F64 (or 0xCF9F64) is known color: Apache. HEX triplet: CF, 9F and 64. RGB value is (207,159,100). Sum of RGB (Red+Green+Blue) = 207+159+100=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F64 is #30609B. Grayscale: #A6A6A6. Windows color (decimal): -3170460 or 6594511. OLE color: 6594511.
HSL color Cylindrical-coordinate representation of color #CF9F64: hue angle of 33.08º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF9F64 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 100 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.19 |
| HSL | 33.08º | 0.53% | 0.6% | - |
| HSV(B) | 33.08º | 0.52% | 0.81% | - |
| XYZ | 40.43 | 38.98 | 17.45 | - |
| YUV | 166.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 100 | 0 | 0.23 | 0.52 | 0.19 | 33.08 | 0.53 | 0.6 |
| Hex | CF | 9F | 64 | 0 | 17 | 34 | 13 | 21 | 35 | 3C |
| Octal | 317 | 237 | 144 | 0 | 27 | 64 | 23 | 41 | 65 | 74 |
| Binary | 11001111 | 10011111 | 1100100 | 0 | 10111 | 110100 | 10011 | 100001 | 110101 | 111100 |
Color Harmonies of #CF9F64
Complementary color
Monochromatic Colors of #CF9F64
Black with #CF9F64
Text Example
Text Example
White with #CF9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F64; }
p { color: rgb(207,159,100); }
H1.HeaderClassName
{
color: #CF9F64;
}
.AnyTagClassName
{
color: #CF9F64;
}
</style>
background-color css
<style>
a { background-color: #CF9F64; }
a { background-color: rgb(207,159,100); }
div.DivClassName
{
background-color: #CF9F64;
}
.BgClassName
{
background-color: #CF9F64;
}
</style>
border-color css
<style>
span { border-color: #CF9F64; }
span { border-color: rgb(207,159,100); }
td.TdClassName
{
border-color: #CF9F64;
}
.TagClassName
{
border-color: #CF9F64;
}
</style>