Shades of Apache #CFA752
Tints of Apache #CFA752
RGB
CMYK
RGB Variations
Color information
#CFA752 (or 0xCFA752) is known color: Apache. HEX triplet: CF, A7 and 52. RGB value is (207,167,82). Sum of RGB (Red+Green+Blue) = 207+167+82=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA752 is #3058AD. Grayscale: #A9A9A9. Windows color (decimal): -3168430 or 5416911. OLE color: 5416911.
HSL color Cylindrical-coordinate representation of color #CFA752: hue angle of 40.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFA752 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 82 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.19 |
| HSL | 40.8º | 0.57% | 0.57% | - |
| HSV(B) | 40.8º | 0.6% | 0.81% | - |
| XYZ | 41.07 | 41.51 | 13.83 | - |
| YUV | 169.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 82 | 0 | 0.19 | 0.60 | 0.19 | 40.8 | 0.57 | 0.57 |
| Hex | CF | A7 | 52 | 0 | 13 | 3C | 13 | 29 | 39 | 39 |
| Octal | 317 | 247 | 122 | 0 | 23 | 74 | 23 | 51 | 71 | 71 |
| Binary | 11001111 | 10100111 | 1010010 | 0 | 10011 | 111100 | 10011 | 101001 | 111001 | 111001 |
Color Harmonies of #CFA752
Complementary color
Monochromatic Colors of #CFA752
Black with #CFA752
Text Example
Text Example
White with #CFA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA752; }
p { color: rgb(207,167,82); }
H1.HeaderClassName
{
color: #CFA752;
}
.AnyTagClassName
{
color: #CFA752;
}
</style>
background-color css
<style>
a { background-color: #CFA752; }
a { background-color: rgb(207,167,82); }
div.DivClassName
{
background-color: #CFA752;
}
.BgClassName
{
background-color: #CFA752;
}
</style>
border-color css
<style>
span { border-color: #CFA752; }
span { border-color: rgb(207,167,82); }
td.TdClassName
{
border-color: #CFA752;
}
.TagClassName
{
border-color: #CFA752;
}
</style>