Shades of Apache #CF9E4B
Tints of Apache #CF9E4B
RGB
CMYK
RGB Variations
Color information
#CF9E4B (or 0xCF9E4B) is known color: Apache. HEX triplet: CF, 9E and 4B. RGB value is (207,158,75). Sum of RGB (Red+Green+Blue) = 207+158+75=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E4B is #3061B4. Grayscale: #A3A3A3. Windows color (decimal): -3170741 or 4955855. OLE color: 4955855.
HSL color Cylindrical-coordinate representation of color #CF9E4B: hue angle of 37.73º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF9E4B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 75 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.19 |
| HSL | 37.73º | 0.58% | 0.55% | - |
| HSV(B) | 37.73º | 0.64% | 0.81% | - |
| XYZ | 39.23 | 38.23 | 11.97 | - |
| YUV | 163.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 75 | 0 | 0.24 | 0.64 | 0.19 | 37.73 | 0.58 | 0.55 |
| Hex | CF | 9E | 4B | 0 | 18 | 40 | 13 | 26 | 3A | 37 |
| Octal | 317 | 236 | 113 | 0 | 30 | 100 | 23 | 46 | 72 | 67 |
| Binary | 11001111 | 10011110 | 1001011 | 0 | 11000 | 1000000 | 10011 | 100110 | 111010 | 110111 |
Color Harmonies of #CF9E4B
Complementary color
Monochromatic Colors of #CF9E4B
Black with #CF9E4B
Text Example
Text Example
White with #CF9E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E4B; }
p { color: rgb(207,158,75); }
H1.HeaderClassName
{
color: #CF9E4B;
}
.AnyTagClassName
{
color: #CF9E4B;
}
</style>
background-color css
<style>
a { background-color: #CF9E4B; }
a { background-color: rgb(207,158,75); }
div.DivClassName
{
background-color: #CF9E4B;
}
.BgClassName
{
background-color: #CF9E4B;
}
</style>
border-color css
<style>
span { border-color: #CF9E4B; }
span { border-color: rgb(207,158,75); }
td.TdClassName
{
border-color: #CF9E4B;
}
.TagClassName
{
border-color: #CF9E4B;
}
</style>