Shades of Apache #CF9F60
Tints of Apache #CF9F60
RGB
CMYK
RGB Variations
Color information
#CF9F60 (or 0xCF9F60) is known color: Apache. HEX triplet: CF, 9F and 60. RGB value is (207,159,96). Sum of RGB (Red+Green+Blue) = 207+159+96=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F60 is #30609F. Grayscale: #A6A6A6. Windows color (decimal): -3170464 or 6332367. OLE color: 6332367.
HSL color Cylindrical-coordinate representation of color #CF9F60: hue angle of 34.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF9F60 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 96 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.19 |
| HSL | 34.05º | 0.54% | 0.59% | - |
| HSV(B) | 34.05º | 0.54% | 0.81% | - |
| XYZ | 40.24 | 38.91 | 16.46 | - |
| YUV | 166.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 96 | 0 | 0.23 | 0.54 | 0.19 | 34.05 | 0.54 | 0.59 |
| Hex | CF | 9F | 60 | 0 | 17 | 36 | 13 | 22 | 36 | 3B |
| Octal | 317 | 237 | 140 | 0 | 27 | 66 | 23 | 42 | 66 | 73 |
| Binary | 11001111 | 10011111 | 1100000 | 0 | 10111 | 110110 | 10011 | 100010 | 110110 | 111011 |
Color Harmonies of #CF9F60
Complementary color
Monochromatic Colors of #CF9F60
Black with #CF9F60
Text Example
Text Example
White with #CF9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F60; }
p { color: rgb(207,159,96); }
H1.HeaderClassName
{
color: #CF9F60;
}
.AnyTagClassName
{
color: #CF9F60;
}
</style>
background-color css
<style>
a { background-color: #CF9F60; }
a { background-color: rgb(207,159,96); }
div.DivClassName
{
background-color: #CF9F60;
}
.BgClassName
{
background-color: #CF9F60;
}
</style>
border-color css
<style>
span { border-color: #CF9F60; }
span { border-color: rgb(207,159,96); }
td.TdClassName
{
border-color: #CF9F60;
}
.TagClassName
{
border-color: #CF9F60;
}
</style>