Shades of Apache #CFA954
Tints of Apache #CFA954
RGB
CMYK
RGB Variations
Color information
#CFA954 (or 0xCFA954) is known color: Apache. HEX triplet: CF, A9 and 54. RGB value is (207,169,84). Sum of RGB (Red+Green+Blue) = 207+169+84=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA954 is #3056AB. Grayscale: #ABABAB. Windows color (decimal): -3167916 or 5548495. OLE color: 5548495.
HSL color Cylindrical-coordinate representation of color #CFA954: hue angle of 41.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFA954 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 84 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.19 |
| HSL | 41.46º | 0.56% | 0.57% | - |
| HSV(B) | 41.46º | 0.59% | 0.81% | - |
| XYZ | 41.52 | 42.28 | 14.36 | - |
| YUV | 170.67 | 79.09 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 84 | 0 | 0.18 | 0.59 | 0.19 | 41.46 | 0.56 | 0.57 |
| Hex | CF | A9 | 54 | 0 | 12 | 3B | 13 | 29 | 38 | 39 |
| Octal | 317 | 251 | 124 | 0 | 22 | 73 | 23 | 51 | 70 | 71 |
| Binary | 11001111 | 10101001 | 1010100 | 0 | 10010 | 111011 | 10011 | 101001 | 111000 | 111001 |
Color Harmonies of #CFA954
Complementary color
Monochromatic Colors of #CFA954
Black with #CFA954
Text Example
Text Example
White with #CFA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA954; }
p { color: rgb(207,169,84); }
H1.HeaderClassName
{
color: #CFA954;
}
.AnyTagClassName
{
color: #CFA954;
}
</style>
background-color css
<style>
a { background-color: #CFA954; }
a { background-color: rgb(207,169,84); }
div.DivClassName
{
background-color: #CFA954;
}
.BgClassName
{
background-color: #CFA954;
}
</style>
border-color css
<style>
span { border-color: #CFA954; }
span { border-color: rgb(207,169,84); }
td.TdClassName
{
border-color: #CFA954;
}
.TagClassName
{
border-color: #CFA954;
}
</style>