Shades of Apache #CF9E5B
Tints of Apache #CF9E5B
RGB
CMYK
RGB Variations
Color information
#CF9E5B (or 0xCF9E5B) is known color: Apache. HEX triplet: CF, 9E and 5B. RGB value is (207,158,91). Sum of RGB (Red+Green+Blue) = 207+158+91=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E5B is #3061A4. Grayscale: #A5A5A5. Windows color (decimal): -3170725 or 6004431. OLE color: 6004431.
HSL color Cylindrical-coordinate representation of color #CF9E5B: hue angle of 34.66º 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 #CF9E5B is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 91 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.19 |
| HSL | 34.66º | 0.55% | 0.58% | - |
| HSV(B) | 34.66º | 0.56% | 0.81% | - |
| XYZ | 39.85 | 38.47 | 15.22 | - |
| YUV | 165.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 91 | 0 | 0.24 | 0.56 | 0.19 | 34.66 | 0.55 | 0.58 |
| Hex | CF | 9E | 5B | 0 | 18 | 38 | 13 | 23 | 37 | 3A |
| Octal | 317 | 236 | 133 | 0 | 30 | 70 | 23 | 43 | 67 | 72 |
| Binary | 11001111 | 10011110 | 1011011 | 0 | 11000 | 111000 | 10011 | 100011 | 110111 | 111010 |
Color Harmonies of #CF9E5B
Complementary color
Monochromatic Colors of #CF9E5B
Black with #CF9E5B
Text Example
Text Example
White with #CF9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E5B; }
p { color: rgb(207,158,91); }
H1.HeaderClassName
{
color: #CF9E5B;
}
.AnyTagClassName
{
color: #CF9E5B;
}
</style>
background-color css
<style>
a { background-color: #CF9E5B; }
a { background-color: rgb(207,158,91); }
div.DivClassName
{
background-color: #CF9E5B;
}
.BgClassName
{
background-color: #CF9E5B;
}
</style>
border-color css
<style>
span { border-color: #CF9E5B; }
span { border-color: rgb(207,158,91); }
td.TdClassName
{
border-color: #CF9E5B;
}
.TagClassName
{
border-color: #CF9E5B;
}
</style>