Shades of Apache #CFB058
Tints of Apache #CFB058
RGB
CMYK
RGB Variations
Color information
#CFB058 (or 0xCFB058) is known color: Apache. HEX triplet: CF, B0 and 58. RGB value is (207,176,88). Sum of RGB (Red+Green+Blue) = 207+176+88=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB058 is #304FA7. Grayscale: #AFAFAF. Windows color (decimal): -3166120 or 5812431. OLE color: 5812431.
HSL color Cylindrical-coordinate representation of color #CFB058: hue angle of 44.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFB058 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 88 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.19 |
| HSL | 44.37º | 0.55% | 0.58% | - |
| HSV(B) | 44.37º | 0.57% | 0.81% | - |
| XYZ | 43.02 | 45.02 | 15.66 | - |
| YUV | 175.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 88 | 0 | 0.15 | 0.57 | 0.19 | 44.37 | 0.55 | 0.58 |
| Hex | CF | B0 | 58 | 0 | F | 39 | 13 | 2C | 37 | 3A |
| Octal | 317 | 260 | 130 | 0 | 17 | 71 | 23 | 54 | 67 | 72 |
| Binary | 11001111 | 10110000 | 1011000 | 0 | 1111 | 111001 | 10011 | 101100 | 110111 | 111010 |
Color Harmonies of #CFB058
Complementary color
Monochromatic Colors of #CFB058
Black with #CFB058
Text Example
Text Example
White with #CFB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB058; }
p { color: rgb(207,176,88); }
H1.HeaderClassName
{
color: #CFB058;
}
.AnyTagClassName
{
color: #CFB058;
}
</style>
background-color css
<style>
a { background-color: #CFB058; }
a { background-color: rgb(207,176,88); }
div.DivClassName
{
background-color: #CFB058;
}
.BgClassName
{
background-color: #CFB058;
}
</style>
border-color css
<style>
span { border-color: #CFB058; }
span { border-color: rgb(207,176,88); }
td.TdClassName
{
border-color: #CFB058;
}
.TagClassName
{
border-color: #CFB058;
}
</style>