Shades of Apache #CFAF5A
Tints of Apache #CFAF5A
RGB
CMYK
RGB Variations
Color information
#CFAF5A (or 0xCFAF5A) is known color: Apache. HEX triplet: CF, AF and 5A. RGB value is (207,175,90). Sum of RGB (Red+Green+Blue) = 207+175+90=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF5A is #3050A5. Grayscale: #AFAFAF. Windows color (decimal): -3166374 or 5943247. OLE color: 5943247.
HSL color Cylindrical-coordinate representation of color #CFAF5A: hue angle of 43.59º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAF5A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 90 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.19 |
| HSL | 43.59º | 0.55% | 0.58% | - |
| HSV(B) | 43.59º | 0.57% | 0.81% | - |
| XYZ | 42.91 | 44.66 | 16.03 | - |
| YUV | 174.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 90 | 0 | 0.15 | 0.57 | 0.19 | 43.59 | 0.55 | 0.58 |
| Hex | CF | AF | 5A | 0 | F | 39 | 13 | 2C | 37 | 3A |
| Octal | 317 | 257 | 132 | 0 | 17 | 71 | 23 | 54 | 67 | 72 |
| Binary | 11001111 | 10101111 | 1011010 | 0 | 1111 | 111001 | 10011 | 101100 | 110111 | 111010 |
Color Harmonies of #CFAF5A
Complementary color
Monochromatic Colors of #CFAF5A
Black with #CFAF5A
Text Example
Text Example
White with #CFAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF5A; }
p { color: rgb(207,175,90); }
H1.HeaderClassName
{
color: #CFAF5A;
}
.AnyTagClassName
{
color: #CFAF5A;
}
</style>
background-color css
<style>
a { background-color: #CFAF5A; }
a { background-color: rgb(207,175,90); }
div.DivClassName
{
background-color: #CFAF5A;
}
.BgClassName
{
background-color: #CFAF5A;
}
</style>
border-color css
<style>
span { border-color: #CFAF5A; }
span { border-color: rgb(207,175,90); }
td.TdClassName
{
border-color: #CFAF5A;
}
.TagClassName
{
border-color: #CFAF5A;
}
</style>