Shades of Apache #CFB05E
Tints of Apache #CFB05E
RGB
CMYK
RGB Variations
Color information
#CFB05E (or 0xCFB05E) is known color: Apache. HEX triplet: CF, B0 and 5E. RGB value is (207,176,94). Sum of RGB (Red+Green+Blue) = 207+176+94=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB05E is #304FA1. Grayscale: #B0B0B0. Windows color (decimal): -3166114 or 6205647. OLE color: 6205647.
HSL color Cylindrical-coordinate representation of color #CFB05E: hue angle of 43.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFB05E is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 94 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 43.54º | 0.54% | 0.59% | - |
| HSV(B) | 43.54º | 0.55% | 0.81% | - |
| XYZ | 43.28 | 45.12 | 17.02 | - |
| YUV | 175.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 94 | 0 | 0.15 | 0.55 | 0.19 | 43.54 | 0.54 | 0.59 |
| Hex | CF | B0 | 5E | 0 | F | 37 | 13 | 2C | 36 | 3B |
| Octal | 317 | 260 | 136 | 0 | 17 | 67 | 23 | 54 | 66 | 73 |
| Binary | 11001111 | 10110000 | 1011110 | 0 | 1111 | 110111 | 10011 | 101100 | 110110 | 111011 |
Color Harmonies of #CFB05E
Complementary color
Monochromatic Colors of #CFB05E
Black with #CFB05E
Text Example
Text Example
White with #CFB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB05E; }
p { color: rgb(207,176,94); }
H1.HeaderClassName
{
color: #CFB05E;
}
.AnyTagClassName
{
color: #CFB05E;
}
</style>
background-color css
<style>
a { background-color: #CFB05E; }
a { background-color: rgb(207,176,94); }
div.DivClassName
{
background-color: #CFB05E;
}
.BgClassName
{
background-color: #CFB05E;
}
</style>
border-color css
<style>
span { border-color: #CFB05E; }
span { border-color: rgb(207,176,94); }
td.TdClassName
{
border-color: #CFB05E;
}
.TagClassName
{
border-color: #CFB05E;
}
</style>