Shades of Apache #CFA567
Tints of Apache #CFA567
RGB
CMYK
RGB Variations
Color information
#CFA567 (or 0xCFA567) is known color: Apache. HEX triplet: CF, A5 and 67. RGB value is (207,165,103). Sum of RGB (Red+Green+Blue) = 207+165+103=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA567 is #305A98. Grayscale: #AAAAAA. Windows color (decimal): -3168921 or 6792655. OLE color: 6792655.
HSL color Cylindrical-coordinate representation of color #CFA567: hue angle of 35.77º 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 #CFA567 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 103 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.19 |
| HSL | 35.77º | 0.52% | 0.61% | - |
| HSV(B) | 35.77º | 0.5% | 0.81% | - |
| XYZ | 41.64 | 41.15 | 18.58 | - |
| YUV | 170.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 103 | 0 | 0.20 | 0.50 | 0.19 | 35.77 | 0.52 | 0.61 |
| Hex | CF | A5 | 67 | 0 | 14 | 32 | 13 | 24 | 34 | 3D |
| Octal | 317 | 245 | 147 | 0 | 24 | 62 | 23 | 44 | 64 | 75 |
| Binary | 11001111 | 10100101 | 1100111 | 0 | 10100 | 110010 | 10011 | 100100 | 110100 | 111101 |
Color Harmonies of #CFA567
Complementary color
Monochromatic Colors of #CFA567
Black with #CFA567
Text Example
Text Example
White with #CFA567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA567; }
p { color: rgb(207,165,103); }
H1.HeaderClassName
{
color: #CFA567;
}
.AnyTagClassName
{
color: #CFA567;
}
</style>
background-color css
<style>
a { background-color: #CFA567; }
a { background-color: rgb(207,165,103); }
div.DivClassName
{
background-color: #CFA567;
}
.BgClassName
{
background-color: #CFA567;
}
</style>
border-color css
<style>
span { border-color: #CFA567; }
span { border-color: rgb(207,165,103); }
td.TdClassName
{
border-color: #CFA567;
}
.TagClassName
{
border-color: #CFA567;
}
</style>