Shades of Apache #CF9F5B
Tints of Apache #CF9F5B
RGB
CMYK
RGB Variations
Color information
#CF9F5B (or 0xCF9F5B) is known color: Apache. HEX triplet: CF, 9F and 5B. RGB value is (207,159,91). Sum of RGB (Red+Green+Blue) = 207+159+91=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F5B is #3060A4. Grayscale: #A5A5A5. Windows color (decimal): -3170469 or 6004687. OLE color: 6004687.
HSL color Cylindrical-coordinate representation of color #CF9F5B: hue angle of 35.17º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF9F5B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 91 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.19 |
| HSL | 35.17º | 0.55% | 0.58% | - |
| HSV(B) | 35.17º | 0.56% | 0.81% | - |
| XYZ | 40.02 | 38.82 | 15.28 | - |
| YUV | 165.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 91 | 0 | 0.23 | 0.56 | 0.19 | 35.17 | 0.55 | 0.58 |
| Hex | CF | 9F | 5B | 0 | 17 | 38 | 13 | 23 | 37 | 3A |
| Octal | 317 | 237 | 133 | 0 | 27 | 70 | 23 | 43 | 67 | 72 |
| Binary | 11001111 | 10011111 | 1011011 | 0 | 10111 | 111000 | 10011 | 100011 | 110111 | 111010 |
Color Harmonies of #CF9F5B
Complementary color
Monochromatic Colors of #CF9F5B
Black with #CF9F5B
Text Example
Text Example
White with #CF9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F5B; }
p { color: rgb(207,159,91); }
H1.HeaderClassName
{
color: #CF9F5B;
}
.AnyTagClassName
{
color: #CF9F5B;
}
</style>
background-color css
<style>
a { background-color: #CF9F5B; }
a { background-color: rgb(207,159,91); }
div.DivClassName
{
background-color: #CF9F5B;
}
.BgClassName
{
background-color: #CF9F5B;
}
</style>
border-color css
<style>
span { border-color: #CF9F5B; }
span { border-color: rgb(207,159,91); }
td.TdClassName
{
border-color: #CF9F5B;
}
.TagClassName
{
border-color: #CF9F5B;
}
</style>