Shades of Apache #CFAD5D
Tints of Apache #CFAD5D
RGB
CMYK
RGB Variations
Color information
#CFAD5D (or 0xCFAD5D) is known color: Apache. HEX triplet: CF, AD and 5D. RGB value is (207,173,93). Sum of RGB (Red+Green+Blue) = 207+173+93=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAD5D is #3052A2. Grayscale: #AEAEAE. Windows color (decimal): -3166883 or 6139343. OLE color: 6139343.
HSL color Cylindrical-coordinate representation of color #CFAD5D: hue angle of 42.11º 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 #CFAD5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 173 | 93 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 42.11º | 0.54% | 0.59% | - |
| HSV(B) | 42.11º | 0.55% | 0.81% | - |
| XYZ | 42.65 | 43.94 | 16.59 | - |
| YUV | 174.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 93 | 0 | 0.16 | 0.55 | 0.19 | 42.11 | 0.54 | 0.59 |
| Hex | CF | AD | 5D | 0 | 10 | 37 | 13 | 2A | 36 | 3B |
| Octal | 317 | 255 | 135 | 0 | 20 | 67 | 23 | 52 | 66 | 73 |
| Binary | 11001111 | 10101101 | 1011101 | 0 | 10000 | 110111 | 10011 | 101010 | 110110 | 111011 |
Color Harmonies of #CFAD5D
Complementary color
Monochromatic Colors of #CFAD5D
Black with #CFAD5D
Text Example
Text Example
White with #CFAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAD5D; }
p { color: rgb(207,173,93); }
H1.HeaderClassName
{
color: #CFAD5D;
}
.AnyTagClassName
{
color: #CFAD5D;
}
</style>
background-color css
<style>
a { background-color: #CFAD5D; }
a { background-color: rgb(207,173,93); }
div.DivClassName
{
background-color: #CFAD5D;
}
.BgClassName
{
background-color: #CFAD5D;
}
</style>
border-color css
<style>
span { border-color: #CFAD5D; }
span { border-color: rgb(207,173,93); }
td.TdClassName
{
border-color: #CFAD5D;
}
.TagClassName
{
border-color: #CFAD5D;
}
</style>