Shades of Apache #CFA367
Tints of Apache #CFA367
RGB
CMYK
RGB Variations
Color information
#CFA367 (or 0xCFA367) is known color: Apache. HEX triplet: CF, A3 and 67. RGB value is (207,163,103). Sum of RGB (Red+Green+Blue) = 207+163+103=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA367 is #305C98. Grayscale: #A9A9A9. Windows color (decimal): -3169433 or 6792143. OLE color: 6792143.
HSL color Cylindrical-coordinate representation of color #CFA367: hue angle of 34.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFA367 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 103 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.19 |
| HSL | 34.62º | 0.52% | 0.61% | - |
| HSV(B) | 34.62º | 0.5% | 0.81% | - |
| XYZ | 41.28 | 40.44 | 18.46 | - |
| YUV | 169.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 103 | 0 | 0.21 | 0.50 | 0.19 | 34.62 | 0.52 | 0.61 |
| Hex | CF | A3 | 67 | 0 | 15 | 32 | 13 | 23 | 34 | 3D |
| Octal | 317 | 243 | 147 | 0 | 25 | 62 | 23 | 43 | 64 | 75 |
| Binary | 11001111 | 10100011 | 1100111 | 0 | 10101 | 110010 | 10011 | 100011 | 110100 | 111101 |
Color Harmonies of #CFA367
Complementary color
Monochromatic Colors of #CFA367
Black with #CFA367
Text Example
Text Example
White with #CFA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA367; }
p { color: rgb(207,163,103); }
H1.HeaderClassName
{
color: #CFA367;
}
.AnyTagClassName
{
color: #CFA367;
}
</style>
background-color css
<style>
a { background-color: #CFA367; }
a { background-color: rgb(207,163,103); }
div.DivClassName
{
background-color: #CFA367;
}
.BgClassName
{
background-color: #CFA367;
}
</style>
border-color css
<style>
span { border-color: #CFA367; }
span { border-color: rgb(207,163,103); }
td.TdClassName
{
border-color: #CFA367;
}
.TagClassName
{
border-color: #CFA367;
}
</style>