Shades of Apache #CFAF5D
Tints of Apache #CFAF5D
RGB
CMYK
RGB Variations
Color information
#CFAF5D (or 0xCFAF5D) is known color: Apache. HEX triplet: CF, AF and 5D. RGB value is (207,175,93). Sum of RGB (Red+Green+Blue) = 207+175+93=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF5D is #3050A2. Grayscale: #AFAFAF. Windows color (decimal): -3166371 or 6139855. OLE color: 6139855.
HSL color Cylindrical-coordinate representation of color #CFAF5D: hue angle of 43.16º 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 #CFAF5D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 43.16º | 0.54% | 0.59% | - |
| HSV(B) | 43.16º | 0.55% | 0.81% | - |
| XYZ | 43.04 | 44.72 | 16.72 | - |
| YUV | 175.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 93 | 0 | 0.15 | 0.55 | 0.19 | 43.16 | 0.54 | 0.59 |
| Hex | CF | AF | 5D | 0 | F | 37 | 13 | 2B | 36 | 3B |
| Octal | 317 | 257 | 135 | 0 | 17 | 67 | 23 | 53 | 66 | 73 |
| Binary | 11001111 | 10101111 | 1011101 | 0 | 1111 | 110111 | 10011 | 101011 | 110110 | 111011 |
Color Harmonies of #CFAF5D
Complementary color
Monochromatic Colors of #CFAF5D
Black with #CFAF5D
Text Example
Text Example
White with #CFAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF5D; }
p { color: rgb(207,175,93); }
H1.HeaderClassName
{
color: #CFAF5D;
}
.AnyTagClassName
{
color: #CFAF5D;
}
</style>
background-color css
<style>
a { background-color: #CFAF5D; }
a { background-color: rgb(207,175,93); }
div.DivClassName
{
background-color: #CFAF5D;
}
.BgClassName
{
background-color: #CFAF5D;
}
</style>
border-color css
<style>
span { border-color: #CFAF5D; }
span { border-color: rgb(207,175,93); }
td.TdClassName
{
border-color: #CFAF5D;
}
.TagClassName
{
border-color: #CFAF5D;
}
</style>