Shades of Apache #CFA350
Tints of Apache #CFA350
RGB
CMYK
RGB Variations
Color information
#CFA350 (or 0xCFA350) is known color: Apache. HEX triplet: CF, A3 and 50. RGB value is (207,163,80). Sum of RGB (Red+Green+Blue) = 207+163+80=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA350 is #305CAF. Grayscale: #A7A7A7. Windows color (decimal): -3169456 or 5284815. OLE color: 5284815.
HSL color Cylindrical-coordinate representation of color #CFA350: hue angle of 39.21º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFA350 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 80 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.19 |
| HSL | 39.21º | 0.57% | 0.56% | - |
| HSV(B) | 39.21º | 0.61% | 0.81% | - |
| XYZ | 40.28 | 40.04 | 13.19 | - |
| YUV | 166.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 80 | 0 | 0.21 | 0.61 | 0.19 | 39.21 | 0.57 | 0.56 |
| Hex | CF | A3 | 50 | 0 | 15 | 3D | 13 | 27 | 39 | 38 |
| Octal | 317 | 243 | 120 | 0 | 25 | 75 | 23 | 47 | 71 | 70 |
| Binary | 11001111 | 10100011 | 1010000 | 0 | 10101 | 111101 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CFA350
Complementary color
Monochromatic Colors of #CFA350
Black with #CFA350
Text Example
Text Example
White with #CFA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA350; }
p { color: rgb(207,163,80); }
H1.HeaderClassName
{
color: #CFA350;
}
.AnyTagClassName
{
color: #CFA350;
}
</style>
background-color css
<style>
a { background-color: #CFA350; }
a { background-color: rgb(207,163,80); }
div.DivClassName
{
background-color: #CFA350;
}
.BgClassName
{
background-color: #CFA350;
}
</style>
border-color css
<style>
span { border-color: #CFA350; }
span { border-color: rgb(207,163,80); }
td.TdClassName
{
border-color: #CFA350;
}
.TagClassName
{
border-color: #CFA350;
}
</style>