Shades of Apache #CFA55D
Tints of Apache #CFA55D
RGB
CMYK
RGB Variations
Color information
#CFA55D (or 0xCFA55D) is known color: Apache. HEX triplet: CF, A5 and 5D. RGB value is (207,165,93). Sum of RGB (Red+Green+Blue) = 207+165+93=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA55D is #305AA2. Grayscale: #A9A9A9. Windows color (decimal): -3168931 or 6137295. OLE color: 6137295.
HSL color Cylindrical-coordinate representation of color #CFA55D: hue angle of 37.89º 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 #CFA55D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 37.89º | 0.54% | 0.59% | - |
| HSV(B) | 37.89º | 0.55% | 0.81% | - |
| XYZ | 41.16 | 40.97 | 16.09 | - |
| YUV | 169.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 93 | 0 | 0.20 | 0.55 | 0.19 | 37.89 | 0.54 | 0.59 |
| Hex | CF | A5 | 5D | 0 | 14 | 37 | 13 | 26 | 36 | 3B |
| Octal | 317 | 245 | 135 | 0 | 24 | 67 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100101 | 1011101 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA55D
Complementary color
Monochromatic Colors of #CFA55D
Black with #CFA55D
Text Example
Text Example
White with #CFA55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA55D; }
p { color: rgb(207,165,93); }
H1.HeaderClassName
{
color: #CFA55D;
}
.AnyTagClassName
{
color: #CFA55D;
}
</style>
background-color css
<style>
a { background-color: #CFA55D; }
a { background-color: rgb(207,165,93); }
div.DivClassName
{
background-color: #CFA55D;
}
.BgClassName
{
background-color: #CFA55D;
}
</style>
border-color css
<style>
span { border-color: #CFA55D; }
span { border-color: rgb(207,165,93); }
td.TdClassName
{
border-color: #CFA55D;
}
.TagClassName
{
border-color: #CFA55D;
}
</style>