Shades of Apache #CFAE5D
Tints of Apache #CFAE5D
RGB
CMYK
RGB Variations
Color information
#CFAE5D (or 0xCFAE5D) is known color: Apache. HEX triplet: CF, AE and 5D. RGB value is (207,174,93). Sum of RGB (Red+Green+Blue) = 207+174+93=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE5D is #3051A2. Grayscale: #AEAEAE. Windows color (decimal): -3166627 or 6139599. OLE color: 6139599.
HSL color Cylindrical-coordinate representation of color #CFAE5D: hue angle of 42.63º 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 #CFAE5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 93 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 42.63º | 0.54% | 0.59% | - |
| HSV(B) | 42.63º | 0.55% | 0.81% | - |
| XYZ | 42.84 | 44.33 | 16.65 | - |
| YUV | 174.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 93 | 0 | 0.16 | 0.55 | 0.19 | 42.63 | 0.54 | 0.59 |
| Hex | CF | AE | 5D | 0 | 10 | 37 | 13 | 2B | 36 | 3B |
| Octal | 317 | 256 | 135 | 0 | 20 | 67 | 23 | 53 | 66 | 73 |
| Binary | 11001111 | 10101110 | 1011101 | 0 | 10000 | 110111 | 10011 | 101011 | 110110 | 111011 |
Color Harmonies of #CFAE5D
Complementary color
Monochromatic Colors of #CFAE5D
Black with #CFAE5D
Text Example
Text Example
White with #CFAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE5D; }
p { color: rgb(207,174,93); }
H1.HeaderClassName
{
color: #CFAE5D;
}
.AnyTagClassName
{
color: #CFAE5D;
}
</style>
background-color css
<style>
a { background-color: #CFAE5D; }
a { background-color: rgb(207,174,93); }
div.DivClassName
{
background-color: #CFAE5D;
}
.BgClassName
{
background-color: #CFAE5D;
}
</style>
border-color css
<style>
span { border-color: #CFAE5D; }
span { border-color: rgb(207,174,93); }
td.TdClassName
{
border-color: #CFAE5D;
}
.TagClassName
{
border-color: #CFAE5D;
}
</style>