Shades of Apache #CFA251
Tints of Apache #CFA251
RGB
CMYK
RGB Variations
Color information
#CFA251 (or 0xCFA251) is known color: Apache. HEX triplet: CF, A2 and 51. RGB value is (207,162,81). Sum of RGB (Red+Green+Blue) = 207+162+81=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA251 is #305DAE. Grayscale: #A6A6A6. Windows color (decimal): -3169711 or 5350095. OLE color: 5350095.
HSL color Cylindrical-coordinate representation of color #CFA251: hue angle of 38.57º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA251 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 81 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.19 |
| HSL | 38.57º | 0.57% | 0.56% | - |
| HSV(B) | 38.57º | 0.61% | 0.81% | - |
| XYZ | 40.14 | 39.7 | 13.33 | - |
| YUV | 166.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 81 | 0 | 0.22 | 0.61 | 0.19 | 38.57 | 0.57 | 0.56 |
| Hex | CF | A2 | 51 | 0 | 16 | 3D | 13 | 27 | 39 | 38 |
| Octal | 317 | 242 | 121 | 0 | 26 | 75 | 23 | 47 | 71 | 70 |
| Binary | 11001111 | 10100010 | 1010001 | 0 | 10110 | 111101 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CFA251
Complementary color
Monochromatic Colors of #CFA251
Black with #CFA251
Text Example
Text Example
White with #CFA251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA251; }
p { color: rgb(207,162,81); }
H1.HeaderClassName
{
color: #CFA251;
}
.AnyTagClassName
{
color: #CFA251;
}
</style>
background-color css
<style>
a { background-color: #CFA251; }
a { background-color: rgb(207,162,81); }
div.DivClassName
{
background-color: #CFA251;
}
.BgClassName
{
background-color: #CFA251;
}
</style>
border-color css
<style>
span { border-color: #CFA251; }
span { border-color: rgb(207,162,81); }
td.TdClassName
{
border-color: #CFA251;
}
.TagClassName
{
border-color: #CFA251;
}
</style>