Shades of Apache #CF9F57
Tints of Apache #CF9F57
RGB
CMYK
RGB Variations
Color information
#CF9F57 (or 0xCF9F57) is known color: Apache. HEX triplet: CF, 9F and 57. RGB value is (207,159,87). Sum of RGB (Red+Green+Blue) = 207+159+87=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F57 is #3060A8. Grayscale: #A5A5A5. Windows color (decimal): -3170473 or 5742543. OLE color: 5742543.
HSL color Cylindrical-coordinate representation of color #CF9F57: hue angle of 36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF9F57 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 87 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.19 |
| HSL | 36º | 0.56% | 0.58% | - |
| HSV(B) | 36º | 0.58% | 0.81% | - |
| XYZ | 39.85 | 38.75 | 14.4 | - |
| YUV | 165.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 87 | 0 | 0.23 | 0.58 | 0.19 | 36 | 0.56 | 0.58 |
| Hex | CF | 9F | 57 | 0 | 17 | 3A | 13 | 24 | 38 | 3A |
| Octal | 317 | 237 | 127 | 0 | 27 | 72 | 23 | 44 | 70 | 72 |
| Binary | 11001111 | 10011111 | 1010111 | 0 | 10111 | 111010 | 10011 | 100100 | 111000 | 111010 |
Color Harmonies of #CF9F57
Complementary color
Monochromatic Colors of #CF9F57
Black with #CF9F57
Text Example
Text Example
White with #CF9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F57; }
p { color: rgb(207,159,87); }
H1.HeaderClassName
{
color: #CF9F57;
}
.AnyTagClassName
{
color: #CF9F57;
}
</style>
background-color css
<style>
a { background-color: #CF9F57; }
a { background-color: rgb(207,159,87); }
div.DivClassName
{
background-color: #CF9F57;
}
.BgClassName
{
background-color: #CF9F57;
}
</style>
border-color css
<style>
span { border-color: #CF9F57; }
span { border-color: rgb(207,159,87); }
td.TdClassName
{
border-color: #CF9F57;
}
.TagClassName
{
border-color: #CF9F57;
}
</style>