Shades of Apache #CF9F5C
Tints of Apache #CF9F5C
RGB
CMYK
RGB Variations
Color information
#CF9F5C (or 0xCF9F5C) is known color: Apache. HEX triplet: CF, 9F and 5C. RGB value is (207,159,92). Sum of RGB (Red+Green+Blue) = 207+159+92=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F5C is #3060A3. Grayscale: #A6A6A6. Windows color (decimal): -3170468 or 6070223. OLE color: 6070223.
HSL color Cylindrical-coordinate representation of color #CF9F5C: hue angle of 34.96º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF9F5C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 92 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.19 |
| HSL | 34.96º | 0.55% | 0.59% | - |
| HSV(B) | 34.96º | 0.56% | 0.81% | - |
| XYZ | 40.06 | 38.83 | 15.51 | - |
| YUV | 165.71 | 86.4 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 92 | 0 | 0.23 | 0.56 | 0.19 | 34.96 | 0.55 | 0.59 |
| Hex | CF | 9F | 5C | 0 | 17 | 38 | 13 | 23 | 37 | 3B |
| Octal | 317 | 237 | 134 | 0 | 27 | 70 | 23 | 43 | 67 | 73 |
| Binary | 11001111 | 10011111 | 1011100 | 0 | 10111 | 111000 | 10011 | 100011 | 110111 | 111011 |
Color Harmonies of #CF9F5C
Complementary color
Monochromatic Colors of #CF9F5C
Black with #CF9F5C
Text Example
Text Example
White with #CF9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F5C; }
p { color: rgb(207,159,92); }
H1.HeaderClassName
{
color: #CF9F5C;
}
.AnyTagClassName
{
color: #CF9F5C;
}
</style>
background-color css
<style>
a { background-color: #CF9F5C; }
a { background-color: rgb(207,159,92); }
div.DivClassName
{
background-color: #CF9F5C;
}
.BgClassName
{
background-color: #CF9F5C;
}
</style>
border-color css
<style>
span { border-color: #CF9F5C; }
span { border-color: rgb(207,159,92); }
td.TdClassName
{
border-color: #CF9F5C;
}
.TagClassName
{
border-color: #CF9F5C;
}
</style>