Shades of Apache #CFAE5B
Tints of Apache #CFAE5B
RGB
CMYK
RGB Variations
Color information
#CFAE5B (or 0xCFAE5B) is known color: Apache. HEX triplet: CF, AE and 5B. RGB value is (207,174,91). Sum of RGB (Red+Green+Blue) = 207+174+91=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE5B is #3051A4. Grayscale: #AEAEAE. Windows color (decimal): -3166629 or 6008527. OLE color: 6008527.
HSL color Cylindrical-coordinate representation of color #CFAE5B: hue angle of 42.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFAE5B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 91 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.19 |
| HSL | 42.93º | 0.55% | 0.58% | - |
| HSV(B) | 42.93º | 0.56% | 0.81% | - |
| XYZ | 42.76 | 44.29 | 16.19 | - |
| YUV | 174.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 91 | 0 | 0.16 | 0.56 | 0.19 | 42.93 | 0.55 | 0.58 |
| Hex | CF | AE | 5B | 0 | 10 | 38 | 13 | 2B | 37 | 3A |
| Octal | 317 | 256 | 133 | 0 | 20 | 70 | 23 | 53 | 67 | 72 |
| Binary | 11001111 | 10101110 | 1011011 | 0 | 10000 | 111000 | 10011 | 101011 | 110111 | 111010 |
Color Harmonies of #CFAE5B
Complementary color
Monochromatic Colors of #CFAE5B
Black with #CFAE5B
Text Example
Text Example
White with #CFAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE5B; }
p { color: rgb(207,174,91); }
H1.HeaderClassName
{
color: #CFAE5B;
}
.AnyTagClassName
{
color: #CFAE5B;
}
</style>
background-color css
<style>
a { background-color: #CFAE5B; }
a { background-color: rgb(207,174,91); }
div.DivClassName
{
background-color: #CFAE5B;
}
.BgClassName
{
background-color: #CFAE5B;
}
</style>
border-color css
<style>
span { border-color: #CFAE5B; }
span { border-color: rgb(207,174,91); }
td.TdClassName
{
border-color: #CFAE5B;
}
.TagClassName
{
border-color: #CFAE5B;
}
</style>