Shades of Apache #CF9F5D
Tints of Apache #CF9F5D
RGB
CMYK
RGB Variations
Color information
#CF9F5D (or 0xCF9F5D) is known color: Apache. HEX triplet: CF, 9F and 5D. RGB value is (207,159,93). Sum of RGB (Red+Green+Blue) = 207+159+93=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F5D is #3060A2. Grayscale: #A6A6A6. Windows color (decimal): -3170467 or 6135759. OLE color: 6135759.
HSL color Cylindrical-coordinate representation of color #CF9F5D: hue angle of 34.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF9F5D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 93 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.19 |
| HSL | 34.74º | 0.54% | 0.59% | - |
| HSV(B) | 34.74º | 0.55% | 0.81% | - |
| XYZ | 40.11 | 38.85 | 15.74 | - |
| YUV | 165.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 93 | 0 | 0.23 | 0.55 | 0.19 | 34.74 | 0.54 | 0.59 |
| Hex | CF | 9F | 5D | 0 | 17 | 37 | 13 | 23 | 36 | 3B |
| Octal | 317 | 237 | 135 | 0 | 27 | 67 | 23 | 43 | 66 | 73 |
| Binary | 11001111 | 10011111 | 1011101 | 0 | 10111 | 110111 | 10011 | 100011 | 110110 | 111011 |
Color Harmonies of #CF9F5D
Complementary color
Monochromatic Colors of #CF9F5D
Black with #CF9F5D
Text Example
Text Example
White with #CF9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F5D; }
p { color: rgb(207,159,93); }
H1.HeaderClassName
{
color: #CF9F5D;
}
.AnyTagClassName
{
color: #CF9F5D;
}
</style>
background-color css
<style>
a { background-color: #CF9F5D; }
a { background-color: rgb(207,159,93); }
div.DivClassName
{
background-color: #CF9F5D;
}
.BgClassName
{
background-color: #CF9F5D;
}
</style>
border-color css
<style>
span { border-color: #CF9F5D; }
span { border-color: rgb(207,159,93); }
td.TdClassName
{
border-color: #CF9F5D;
}
.TagClassName
{
border-color: #CF9F5D;
}
</style>