Shades of Apache #CFA566
Tints of Apache #CFA566
RGB
CMYK
RGB Variations
Color information
#CFA566 (or 0xCFA566) is known color: Apache. HEX triplet: CF, A5 and 66. RGB value is (207,165,102). Sum of RGB (Red+Green+Blue) = 207+165+102=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA566 is #305A99. Grayscale: #AAAAAA. Windows color (decimal): -3168922 or 6727119. OLE color: 6727119.
HSL color Cylindrical-coordinate representation of color #CFA566: hue angle of 36º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFA566 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 102 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.19 |
| HSL | 36º | 0.52% | 0.61% | - |
| HSV(B) | 36º | 0.51% | 0.81% | - |
| XYZ | 41.59 | 41.13 | 18.32 | - |
| YUV | 170.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 102 | 0 | 0.20 | 0.51 | 0.19 | 36 | 0.52 | 0.61 |
| Hex | CF | A5 | 66 | 0 | 14 | 33 | 13 | 24 | 34 | 3D |
| Octal | 317 | 245 | 146 | 0 | 24 | 63 | 23 | 44 | 64 | 75 |
| Binary | 11001111 | 10100101 | 1100110 | 0 | 10100 | 110011 | 10011 | 100100 | 110100 | 111101 |
Color Harmonies of #CFA566
Complementary color
Monochromatic Colors of #CFA566
Black with #CFA566
Text Example
Text Example
White with #CFA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA566; }
p { color: rgb(207,165,102); }
H1.HeaderClassName
{
color: #CFA566;
}
.AnyTagClassName
{
color: #CFA566;
}
</style>
background-color css
<style>
a { background-color: #CFA566; }
a { background-color: rgb(207,165,102); }
div.DivClassName
{
background-color: #CFA566;
}
.BgClassName
{
background-color: #CFA566;
}
</style>
border-color css
<style>
span { border-color: #CFA566; }
span { border-color: rgb(207,165,102); }
td.TdClassName
{
border-color: #CFA566;
}
.TagClassName
{
border-color: #CFA566;
}
</style>