Shades of Apache #CFA151
Tints of Apache #CFA151
RGB
CMYK
RGB Variations
Color information
#CFA151 (or 0xCFA151) is known color: Apache. HEX triplet: CF, A1 and 51. RGB value is (207,161,81). Sum of RGB (Red+Green+Blue) = 207+161+81=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA151 is #305EAE. Grayscale: #A5A5A5. Windows color (decimal): -3169967 or 5349839. OLE color: 5349839.
HSL color Cylindrical-coordinate representation of color #CFA151: hue angle of 38.1º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA151 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 81 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.19 |
| HSL | 38.1º | 0.57% | 0.56% | - |
| HSV(B) | 38.1º | 0.61% | 0.81% | - |
| XYZ | 39.96 | 39.35 | 13.27 | - |
| YUV | 165.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 81 | 0 | 0.22 | 0.61 | 0.19 | 38.1 | 0.57 | 0.56 |
| Hex | CF | A1 | 51 | 0 | 16 | 3D | 13 | 26 | 39 | 38 |
| Octal | 317 | 241 | 121 | 0 | 26 | 75 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100001 | 1010001 | 0 | 10110 | 111101 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA151
Complementary color
Monochromatic Colors of #CFA151
Black with #CFA151
Text Example
Text Example
White with #CFA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA151; }
p { color: rgb(207,161,81); }
H1.HeaderClassName
{
color: #CFA151;
}
.AnyTagClassName
{
color: #CFA151;
}
</style>
background-color css
<style>
a { background-color: #CFA151; }
a { background-color: rgb(207,161,81); }
div.DivClassName
{
background-color: #CFA151;
}
.BgClassName
{
background-color: #CFA151;
}
</style>
border-color css
<style>
span { border-color: #CFA151; }
span { border-color: rgb(207,161,81); }
td.TdClassName
{
border-color: #CFA151;
}
.TagClassName
{
border-color: #CFA151;
}
</style>