Shades of Apache #CFA263
Tints of Apache #CFA263
RGB
CMYK
RGB Variations
Color information
#CFA263 (or 0xCFA263) is known color: Apache. HEX triplet: CF, A2 and 63. RGB value is (207,162,99). Sum of RGB (Red+Green+Blue) = 207+162+99=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA263 is #305D9C. Grayscale: #A8A8A8. Windows color (decimal): -3169693 or 6529743. OLE color: 6529743.
HSL color Cylindrical-coordinate representation of color #CFA263: hue angle of 35º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFA263 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 99 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.19 |
| HSL | 35º | 0.53% | 0.6% | - |
| HSV(B) | 35º | 0.52% | 0.81% | - |
| XYZ | 40.9 | 40.01 | 17.37 | - |
| YUV | 168.27 | 88.91 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 99 | 0 | 0.22 | 0.52 | 0.19 | 35 | 0.53 | 0.6 |
| Hex | CF | A2 | 63 | 0 | 16 | 34 | 13 | 23 | 35 | 3C |
| Octal | 317 | 242 | 143 | 0 | 26 | 64 | 23 | 43 | 65 | 74 |
| Binary | 11001111 | 10100010 | 1100011 | 0 | 10110 | 110100 | 10011 | 100011 | 110101 | 111100 |
Color Harmonies of #CFA263
Complementary color
Monochromatic Colors of #CFA263
Black with #CFA263
Text Example
Text Example
White with #CFA263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA263; }
p { color: rgb(207,162,99); }
H1.HeaderClassName
{
color: #CFA263;
}
.AnyTagClassName
{
color: #CFA263;
}
</style>
background-color css
<style>
a { background-color: #CFA263; }
a { background-color: rgb(207,162,99); }
div.DivClassName
{
background-color: #CFA263;
}
.BgClassName
{
background-color: #CFA263;
}
</style>
border-color css
<style>
span { border-color: #CFA263; }
span { border-color: rgb(207,162,99); }
td.TdClassName
{
border-color: #CFA263;
}
.TagClassName
{
border-color: #CFA263;
}
</style>