Shades of Apache #CFA75B
Tints of Apache #CFA75B
RGB
CMYK
RGB Variations
Color information
#CFA75B (or 0xCFA75B) is known color: Apache. HEX triplet: CF, A7 and 5B. RGB value is (207,167,91). Sum of RGB (Red+Green+Blue) = 207+167+91=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA75B is #3058A4. Grayscale: #AAAAAA. Windows color (decimal): -3168421 or 6006735. OLE color: 6006735.
HSL color Cylindrical-coordinate representation of color #CFA75B: hue angle of 39.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFA75B is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 91 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.19 |
| HSL | 39.31º | 0.55% | 0.58% | - |
| HSV(B) | 39.31º | 0.56% | 0.81% | - |
| XYZ | 41.44 | 41.66 | 15.75 | - |
| YUV | 170.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 91 | 0 | 0.19 | 0.56 | 0.19 | 39.31 | 0.55 | 0.58 |
| Hex | CF | A7 | 5B | 0 | 13 | 38 | 13 | 27 | 37 | 3A |
| Octal | 317 | 247 | 133 | 0 | 23 | 70 | 23 | 47 | 67 | 72 |
| Binary | 11001111 | 10100111 | 1011011 | 0 | 10011 | 111000 | 10011 | 100111 | 110111 | 111010 |
Color Harmonies of #CFA75B
Complementary color
Monochromatic Colors of #CFA75B
Black with #CFA75B
Text Example
Text Example
White with #CFA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA75B; }
p { color: rgb(207,167,91); }
H1.HeaderClassName
{
color: #CFA75B;
}
.AnyTagClassName
{
color: #CFA75B;
}
</style>
background-color css
<style>
a { background-color: #CFA75B; }
a { background-color: rgb(207,167,91); }
div.DivClassName
{
background-color: #CFA75B;
}
.BgClassName
{
background-color: #CFA75B;
}
</style>
border-color css
<style>
span { border-color: #CFA75B; }
span { border-color: rgb(207,167,91); }
td.TdClassName
{
border-color: #CFA75B;
}
.TagClassName
{
border-color: #CFA75B;
}
</style>