Shades of Apache #CFB05D
Tints of Apache #CFB05D
RGB
CMYK
RGB Variations
Color information
#CFB05D (or 0xCFB05D) is known color: Apache. HEX triplet: CF, B0 and 5D. RGB value is (207,176,93). Sum of RGB (Red+Green+Blue) = 207+176+93=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB05D is #304FA2. Grayscale: #B0B0B0. Windows color (decimal): -3166115 or 6140111. OLE color: 6140111.
HSL color Cylindrical-coordinate representation of color #CFB05D: hue angle of 43.68º 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 #CFB05D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 43.68º | 0.54% | 0.59% | - |
| HSV(B) | 43.68º | 0.55% | 0.81% | - |
| XYZ | 43.23 | 45.11 | 16.78 | - |
| YUV | 175.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 93 | 0 | 0.15 | 0.55 | 0.19 | 43.68 | 0.54 | 0.59 |
| Hex | CF | B0 | 5D | 0 | F | 37 | 13 | 2C | 36 | 3B |
| Octal | 317 | 260 | 135 | 0 | 17 | 67 | 23 | 54 | 66 | 73 |
| Binary | 11001111 | 10110000 | 1011101 | 0 | 1111 | 110111 | 10011 | 101100 | 110110 | 111011 |
Color Harmonies of #CFB05D
Complementary color
Monochromatic Colors of #CFB05D
Black with #CFB05D
Text Example
Text Example
White with #CFB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB05D; }
p { color: rgb(207,176,93); }
H1.HeaderClassName
{
color: #CFB05D;
}
.AnyTagClassName
{
color: #CFB05D;
}
</style>
background-color css
<style>
a { background-color: #CFB05D; }
a { background-color: rgb(207,176,93); }
div.DivClassName
{
background-color: #CFB05D;
}
.BgClassName
{
background-color: #CFB05D;
}
</style>
border-color css
<style>
span { border-color: #CFB05D; }
span { border-color: rgb(207,176,93); }
td.TdClassName
{
border-color: #CFB05D;
}
.TagClassName
{
border-color: #CFB05D;
}
</style>