Shades of Apache #CFA667
Tints of Apache #CFA667
RGB
CMYK
RGB Variations
Color information
#CFA667 (or 0xCFA667) is known color: Apache. HEX triplet: CF, A6 and 67. RGB value is (207,166,103). Sum of RGB (Red+Green+Blue) = 207+166+103=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA667 is #305998. Grayscale: #ABABAB. Windows color (decimal): -3168665 or 6792911. OLE color: 6792911.
HSL color Cylindrical-coordinate representation of color #CFA667: hue angle of 36.35º 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 #CFA667 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 103 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.19 |
| HSL | 36.35º | 0.52% | 0.61% | - |
| HSV(B) | 36.35º | 0.5% | 0.81% | - |
| XYZ | 41.82 | 41.52 | 18.64 | - |
| YUV | 171.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 103 | 0 | 0.20 | 0.50 | 0.19 | 36.35 | 0.52 | 0.61 |
| Hex | CF | A6 | 67 | 0 | 14 | 32 | 13 | 24 | 34 | 3D |
| Octal | 317 | 246 | 147 | 0 | 24 | 62 | 23 | 44 | 64 | 75 |
| Binary | 11001111 | 10100110 | 1100111 | 0 | 10100 | 110010 | 10011 | 100100 | 110100 | 111101 |
Color Harmonies of #CFA667
Complementary color
Monochromatic Colors of #CFA667
Black with #CFA667
Text Example
Text Example
White with #CFA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA667; }
p { color: rgb(207,166,103); }
H1.HeaderClassName
{
color: #CFA667;
}
.AnyTagClassName
{
color: #CFA667;
}
</style>
background-color css
<style>
a { background-color: #CFA667; }
a { background-color: rgb(207,166,103); }
div.DivClassName
{
background-color: #CFA667;
}
.BgClassName
{
background-color: #CFA667;
}
</style>
border-color css
<style>
span { border-color: #CFA667; }
span { border-color: rgb(207,166,103); }
td.TdClassName
{
border-color: #CFA667;
}
.TagClassName
{
border-color: #CFA667;
}
</style>