Shades of Apache #CF9D61
Tints of Apache #CF9D61
RGB
CMYK
RGB Variations
Color information
#CF9D61 (or 0xCF9D61) is known color: Apache. HEX triplet: CF, 9D and 61. RGB value is (207,157,97). Sum of RGB (Red+Green+Blue) = 207+157+97=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9D61 is #30629E. Grayscale: #A5A5A5. Windows color (decimal): -3170975 or 6397391. OLE color: 6397391.
HSL color Cylindrical-coordinate representation of color #CF9D61: hue angle of 32.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF9D61 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 97 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.19 |
| HSL | 32.73º | 0.53% | 0.6% | - |
| HSV(B) | 32.73º | 0.53% | 0.81% | - |
| XYZ | 39.95 | 38.24 | 16.59 | - |
| YUV | 165.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 97 | 0 | 0.24 | 0.53 | 0.19 | 32.73 | 0.53 | 0.6 |
| Hex | CF | 9D | 61 | 0 | 18 | 35 | 13 | 21 | 35 | 3C |
| Octal | 317 | 235 | 141 | 0 | 30 | 65 | 23 | 41 | 65 | 74 |
| Binary | 11001111 | 10011101 | 1100001 | 0 | 11000 | 110101 | 10011 | 100001 | 110101 | 111100 |
Color Harmonies of #CF9D61
Complementary color
Monochromatic Colors of #CF9D61
Black with #CF9D61
Text Example
Text Example
White with #CF9D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D61; }
p { color: rgb(207,157,97); }
H1.HeaderClassName
{
color: #CF9D61;
}
.AnyTagClassName
{
color: #CF9D61;
}
</style>
background-color css
<style>
a { background-color: #CF9D61; }
a { background-color: rgb(207,157,97); }
div.DivClassName
{
background-color: #CF9D61;
}
.BgClassName
{
background-color: #CF9D61;
}
</style>
border-color css
<style>
span { border-color: #CF9D61; }
span { border-color: rgb(207,157,97); }
td.TdClassName
{
border-color: #CF9D61;
}
.TagClassName
{
border-color: #CF9D61;
}
</style>