Shades of Apache #CF9E51
Tints of Apache #CF9E51
RGB
CMYK
RGB Variations
Color information
#CF9E51 (or 0xCF9E51) is known color: Apache. HEX triplet: CF, 9E and 51. RGB value is (207,158,81). Sum of RGB (Red+Green+Blue) = 207+158+81=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E51 is #3061AE. Grayscale: #A4A4A4. Windows color (decimal): -3170735 or 5349071. OLE color: 5349071.
HSL color Cylindrical-coordinate representation of color #CF9E51: hue angle of 36.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9E51 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 81 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.19 |
| HSL | 36.67º | 0.57% | 0.56% | - |
| HSV(B) | 36.67º | 0.61% | 0.81% | - |
| XYZ | 39.44 | 38.31 | 13.1 | - |
| YUV | 163.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 81 | 0 | 0.24 | 0.61 | 0.19 | 36.67 | 0.57 | 0.56 |
| Hex | CF | 9E | 51 | 0 | 18 | 3D | 13 | 25 | 39 | 38 |
| Octal | 317 | 236 | 121 | 0 | 30 | 75 | 23 | 45 | 71 | 70 |
| Binary | 11001111 | 10011110 | 1010001 | 0 | 11000 | 111101 | 10011 | 100101 | 111001 | 111000 |
Color Harmonies of #CF9E51
Complementary color
Monochromatic Colors of #CF9E51
Black with #CF9E51
Text Example
Text Example
White with #CF9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E51; }
p { color: rgb(207,158,81); }
H1.HeaderClassName
{
color: #CF9E51;
}
.AnyTagClassName
{
color: #CF9E51;
}
</style>
background-color css
<style>
a { background-color: #CF9E51; }
a { background-color: rgb(207,158,81); }
div.DivClassName
{
background-color: #CF9E51;
}
.BgClassName
{
background-color: #CF9E51;
}
</style>
border-color css
<style>
span { border-color: #CF9E51; }
span { border-color: rgb(207,158,81); }
td.TdClassName
{
border-color: #CF9E51;
}
.TagClassName
{
border-color: #CF9E51;
}
</style>