Shades of Apache #CFA35A
Tints of Apache #CFA35A
RGB
CMYK
RGB Variations
Color information
#CFA35A (or 0xCFA35A) is known color: Apache. HEX triplet: CF, A3 and 5A. RGB value is (207,163,90). Sum of RGB (Red+Green+Blue) = 207+163+90=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA35A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA35A is #305CA5. Grayscale: #A8A8A8. Windows color (decimal): -3169446 or 5940175. OLE color: 5940175.
HSL color Cylindrical-coordinate representation of color #CFA35A: hue angle of 37.44º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFA35A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 90 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.44º | 0.55% | 0.58% | - |
| HSV(B) | 37.44º | 0.57% | 0.81% | - |
| XYZ | 40.67 | 40.2 | 15.29 | - |
| YUV | 167.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 90 | 0 | 0.21 | 0.57 | 0.19 | 37.44 | 0.55 | 0.58 |
| Hex | CF | A3 | 5A | 0 | 15 | 39 | 13 | 25 | 37 | 3A |
| Octal | 317 | 243 | 132 | 0 | 25 | 71 | 23 | 45 | 67 | 72 |
| Binary | 11001111 | 10100011 | 1011010 | 0 | 10101 | 111001 | 10011 | 100101 | 110111 | 111010 |
Color Harmonies of #CFA35A
Complementary color
Monochromatic Colors of #CFA35A
Black with #CFA35A
Text Example
Text Example
White with #CFA35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA35A; }
p { color: rgb(207,163,90); }
H1.HeaderClassName
{
color: #CFA35A;
}
.AnyTagClassName
{
color: #CFA35A;
}
</style>
background-color css
<style>
a { background-color: #CFA35A; }
a { background-color: rgb(207,163,90); }
div.DivClassName
{
background-color: #CFA35A;
}
.BgClassName
{
background-color: #CFA35A;
}
</style>
border-color css
<style>
span { border-color: #CFA35A; }
span { border-color: rgb(207,163,90); }
td.TdClassName
{
border-color: #CFA35A;
}
.TagClassName
{
border-color: #CFA35A;
}
</style>