Shades of Apache #CFAF5B
Tints of Apache #CFAF5B
RGB
CMYK
RGB Variations
Color information
#CFAF5B (or 0xCFAF5B) is known color: Apache. HEX triplet: CF, AF and 5B. RGB value is (207,175,91). Sum of RGB (Red+Green+Blue) = 207+175+91=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF5B is #3050A4. Grayscale: #AFAFAF. Windows color (decimal): -3166373 or 6008783. OLE color: 6008783.
HSL color Cylindrical-coordinate representation of color #CFAF5B: hue angle of 43.45º 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 #CFAF5B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 91 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.19 |
| HSL | 43.45º | 0.55% | 0.58% | - |
| HSV(B) | 43.45º | 0.56% | 0.81% | - |
| XYZ | 42.95 | 44.68 | 16.26 | - |
| YUV | 174.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 91 | 0 | 0.15 | 0.56 | 0.19 | 43.45 | 0.55 | 0.58 |
| Hex | CF | AF | 5B | 0 | F | 38 | 13 | 2B | 37 | 3A |
| Octal | 317 | 257 | 133 | 0 | 17 | 70 | 23 | 53 | 67 | 72 |
| Binary | 11001111 | 10101111 | 1011011 | 0 | 1111 | 111000 | 10011 | 101011 | 110111 | 111010 |
Color Harmonies of #CFAF5B
Complementary color
Monochromatic Colors of #CFAF5B
Black with #CFAF5B
Text Example
Text Example
White with #CFAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF5B; }
p { color: rgb(207,175,91); }
H1.HeaderClassName
{
color: #CFAF5B;
}
.AnyTagClassName
{
color: #CFAF5B;
}
</style>
background-color css
<style>
a { background-color: #CFAF5B; }
a { background-color: rgb(207,175,91); }
div.DivClassName
{
background-color: #CFAF5B;
}
.BgClassName
{
background-color: #CFAF5B;
}
</style>
border-color css
<style>
span { border-color: #CFAF5B; }
span { border-color: rgb(207,175,91); }
td.TdClassName
{
border-color: #CFAF5B;
}
.TagClassName
{
border-color: #CFAF5B;
}
</style>