Shades of Apache #CF9F62
Tints of Apache #CF9F62
RGB
CMYK
RGB Variations
Color information
#CF9F62 (or 0xCF9F62) is known color: Apache. HEX triplet: CF, 9F and 62. RGB value is (207,159,98). Sum of RGB (Red+Green+Blue) = 207+159+98=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F62 is #30609D. Grayscale: #A6A6A6. Windows color (decimal): -3170462 or 6463439. OLE color: 6463439.
HSL color Cylindrical-coordinate representation of color #CF9F62: hue angle of 33.58º 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 #CF9F62 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 98 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.19 |
| HSL | 33.58º | 0.53% | 0.6% | - |
| HSV(B) | 33.58º | 0.53% | 0.81% | - |
| XYZ | 40.33 | 38.94 | 16.95 | - |
| YUV | 166.4 | 89.4 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 98 | 0 | 0.23 | 0.53 | 0.19 | 33.58 | 0.53 | 0.6 |
| Hex | CF | 9F | 62 | 0 | 17 | 35 | 13 | 22 | 35 | 3C |
| Octal | 317 | 237 | 142 | 0 | 27 | 65 | 23 | 42 | 65 | 74 |
| Binary | 11001111 | 10011111 | 1100010 | 0 | 10111 | 110101 | 10011 | 100010 | 110101 | 111100 |
Color Harmonies of #CF9F62
Complementary color
Monochromatic Colors of #CF9F62
Black with #CF9F62
Text Example
Text Example
White with #CF9F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F62; }
p { color: rgb(207,159,98); }
H1.HeaderClassName
{
color: #CF9F62;
}
.AnyTagClassName
{
color: #CF9F62;
}
</style>
background-color css
<style>
a { background-color: #CF9F62; }
a { background-color: rgb(207,159,98); }
div.DivClassName
{
background-color: #CF9F62;
}
.BgClassName
{
background-color: #CF9F62;
}
</style>
border-color css
<style>
span { border-color: #CF9F62; }
span { border-color: rgb(207,159,98); }
td.TdClassName
{
border-color: #CF9F62;
}
.TagClassName
{
border-color: #CF9F62;
}
</style>