Shades of Apache #CFAA5D
Tints of Apache #CFAA5D
RGB
CMYK
RGB Variations
Color information
#CFAA5D (or 0xCFAA5D) is known color: Apache. HEX triplet: CF, AA and 5D. RGB value is (207,170,93). Sum of RGB (Red+Green+Blue) = 207+170+93=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA5D is #3055A2. Grayscale: #ACACAC. Windows color (decimal): -3167651 or 6138575. OLE color: 6138575.
HSL color Cylindrical-coordinate representation of color #CFAA5D: hue angle of 40.53º 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 #CFAA5D is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 93 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.19 |
| HSL | 40.53º | 0.54% | 0.59% | - |
| HSV(B) | 40.53º | 0.55% | 0.81% | - |
| XYZ | 42.08 | 42.81 | 16.4 | - |
| YUV | 172.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 93 | 0 | 0.18 | 0.55 | 0.19 | 40.53 | 0.54 | 0.59 |
| Hex | CF | AA | 5D | 0 | 12 | 37 | 13 | 29 | 36 | 3B |
| Octal | 317 | 252 | 135 | 0 | 22 | 67 | 23 | 51 | 66 | 73 |
| Binary | 11001111 | 10101010 | 1011101 | 0 | 10010 | 110111 | 10011 | 101001 | 110110 | 111011 |
Color Harmonies of #CFAA5D
Complementary color
Monochromatic Colors of #CFAA5D
Black with #CFAA5D
Text Example
Text Example
White with #CFAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA5D; }
p { color: rgb(207,170,93); }
H1.HeaderClassName
{
color: #CFAA5D;
}
.AnyTagClassName
{
color: #CFAA5D;
}
</style>
background-color css
<style>
a { background-color: #CFAA5D; }
a { background-color: rgb(207,170,93); }
div.DivClassName
{
background-color: #CFAA5D;
}
.BgClassName
{
background-color: #CFAA5D;
}
</style>
border-color css
<style>
span { border-color: #CFAA5D; }
span { border-color: rgb(207,170,93); }
td.TdClassName
{
border-color: #CFAA5D;
}
.TagClassName
{
border-color: #CFAA5D;
}
</style>