Shades of Apache #CFA95C
Tints of Apache #CFA95C
RGB
CMYK
RGB Variations
Color information
#CFA95C (or 0xCFA95C) is known color: Apache. HEX triplet: CF, A9 and 5C. RGB value is (207,169,92). Sum of RGB (Red+Green+Blue) = 207+169+92=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA95C is #3056A3. Grayscale: #ABABAB. Windows color (decimal): -3167908 or 6072783. OLE color: 6072783.
HSL color Cylindrical-coordinate representation of color #CFA95C: hue angle of 40.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFA95C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 92 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.19 |
| HSL | 40.17º | 0.55% | 0.59% | - |
| HSV(B) | 40.17º | 0.56% | 0.81% | - |
| XYZ | 41.85 | 42.41 | 16.11 | - |
| YUV | 171.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 92 | 0 | 0.18 | 0.56 | 0.19 | 40.17 | 0.55 | 0.59 |
| Hex | CF | A9 | 5C | 0 | 12 | 38 | 13 | 28 | 37 | 3B |
| Octal | 317 | 251 | 134 | 0 | 22 | 70 | 23 | 50 | 67 | 73 |
| Binary | 11001111 | 10101001 | 1011100 | 0 | 10010 | 111000 | 10011 | 101000 | 110111 | 111011 |
Color Harmonies of #CFA95C
Complementary color
Monochromatic Colors of #CFA95C
Black with #CFA95C
Text Example
Text Example
White with #CFA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA95C; }
p { color: rgb(207,169,92); }
H1.HeaderClassName
{
color: #CFA95C;
}
.AnyTagClassName
{
color: #CFA95C;
}
</style>
background-color css
<style>
a { background-color: #CFA95C; }
a { background-color: rgb(207,169,92); }
div.DivClassName
{
background-color: #CFA95C;
}
.BgClassName
{
background-color: #CFA95C;
}
</style>
border-color css
<style>
span { border-color: #CFA95C; }
span { border-color: rgb(207,169,92); }
td.TdClassName
{
border-color: #CFA95C;
}
.TagClassName
{
border-color: #CFA95C;
}
</style>